Uses of Class
ca.uhn.fhir.rest.api.RequestFormatParamStyleEnum
-
Packages that use RequestFormatParamStyleEnum Package Description ca.uhn.fhir.rest.api ca.uhn.fhir.rest.client.api -
-
Uses of RequestFormatParamStyleEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return RequestFormatParamStyleEnum Modifier and Type Method Description static RequestFormatParamStyleEnumRequestFormatParamStyleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestFormatParamStyleEnum[]RequestFormatParamStyleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RequestFormatParamStyleEnum in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api with parameters of type RequestFormatParamStyleEnum Modifier and Type Method Description voidIRestfulClient. setFormatParamStyle(RequestFormatParamStyleEnum theRequestFormatParamStyle)Configures what style of _format parameter should be used in requests
-