Uses of Enum Class
de.gematik.bbriccs.rest.fd.MediaType
Packages that use MediaType
-
Uses of MediaType in de.gematik.bbriccs.rest.fd
Methods in de.gematik.bbriccs.rest.fd that return MediaTypeModifier and TypeMethodDescriptionstatic MediaTypeMediaType.fromString(String stringValue) Erstelle eine enum anhand des Strings der im Response-Header enthalten istFdResponse.getContentType()static MediaTypeReturns the enum constant of this class with the specified name.static MediaType[]MediaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.bbriccs.rest.fd with parameters of type MediaTypeModifier and TypeMethodDescriptionFdClient.FdClientBuilder.acceptMimeType(MediaType mimeType) booleanMediaType.isEquivalentTo(MediaType other) FdClient.FdClientBuilder.sendMimeType(MediaType mimeType) FdClient.FdClientBuilder.usingFhirMimeType(MediaType mimeType) FdClient.FdClientBuilder.usingMimeType(MediaType mimeType) -
Uses of MediaType in de.gematik.bbriccs.rest.fd.exceptions
Constructors in de.gematik.bbriccs.rest.fd.exceptions with parameters of type MediaType