Uses of Class
org.hl7.fhir.dstu2.utils.client.ResourceFormat
-
Packages that use ResourceFormat Package Description org.hl7.fhir.dstu2.utils.client -
-
Uses of ResourceFormat in org.hl7.fhir.dstu2.utils.client
Methods in org.hl7.fhir.dstu2.utils.client that return ResourceFormat Modifier and Type Method Description static ResourceFormatResourceFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceFormat[]ResourceFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.utils.client with parameters of type ResourceFormat Modifier and Type Method Description voidFHIRToolingClient. setPreferredResourceFormat(ResourceFormat resourceFormat)
-