Uses of Class
org.hl7.fhir.r4.model.codesystems.MediaType
-
Packages that use MediaType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of MediaType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return MediaType Modifier and Type Method Description static MediaTypeMediaType. fromCode(String codeString)MediaTypeMediaTypeEnumFactory. fromCode(String codeString)static MediaTypeMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaType[]MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type MediaType Modifier and Type Method Description StringMediaTypeEnumFactory. toCode(MediaType code)StringMediaTypeEnumFactory. toSystem(MediaType code)
-