Uses of Class
org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIMediaType
-
Packages that use OpenAPIMediaType Package Description org.odpi.openmetadata.adapters.connectors.integration.openapis.properties -
-
Uses of OpenAPIMediaType in org.odpi.openmetadata.adapters.connectors.integration.openapis.properties
Methods in org.odpi.openmetadata.adapters.connectors.integration.openapis.properties that return types with arguments of type OpenAPIMediaType Modifier and Type Method Description Map<String,OpenAPIMediaType>OpenAPIRequestBody. getContent()Map<String,OpenAPIMediaType>OpenAPIResponse. getContent()Method parameters in org.odpi.openmetadata.adapters.connectors.integration.openapis.properties with type arguments of type OpenAPIMediaType Modifier and Type Method Description voidOpenAPIRequestBody. setContent(Map<String,OpenAPIMediaType> content)voidOpenAPIResponse. setContent(Map<String,OpenAPIMediaType> content)
-