Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OAMediaType
-
Packages that use OAMediaType Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec -
-
Uses of OAMediaType in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return OAMediaType Modifier and Type Method Description OAMediaTypeOARequestBody. getContent(String name)OAMediaTypeOAResponse. getContent(String name)Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return types with arguments of type OAMediaType Modifier and Type Method Description Map<String,OAMediaType>OARequestBody. getContent()Map<String,OAMediaType>OAResponse. getContent()Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OAMediaType Modifier and Type Method Description OARequestBodyOARequestBody. addContent(String name, OAMediaType item)voidOAResponse. addContent(String name, OAMediaType item)Method parameters in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with type arguments of type OAMediaType Modifier and Type Method Description voidOAResponse. setContent(Map<String,OAMediaType> content)
-