Uses of Class
ca.uhn.fhir.rest.api.PatchTypeEnum
-
Packages that use PatchTypeEnum Package Description ca.uhn.fhir.rest.api -
-
Uses of PatchTypeEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return PatchTypeEnum Modifier and Type Method Description static PatchTypeEnumPatchTypeEnum. forContentTypeOrThrowInvalidRequestException(String theContentType)static PatchTypeEnumPatchTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchTypeEnum[]PatchTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-