java.lang.Object
org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIEncoding
All Implemented Interfaces:
Serializable

public class OpenAPIEncoding extends Object implements Serializable
OpenAPIEncoding describes the encoding of the request or response from the API.
See Also:
  • Constructor Details

    • OpenAPIEncoding

      public OpenAPIEncoding()
  • Method Details

    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • toString

      public String toString()
      Overrides:
      toString in class Object