Uses of Class
ca.uhn.fhir.rest.server.ElementsSupportEnum
-
Packages that use ElementsSupportEnum Package Description ca.uhn.fhir.rest.server -
-
Uses of ElementsSupportEnum in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server that return ElementsSupportEnum Modifier and Type Method Description ElementsSupportEnumIRestfulServerDefaults. getElementsSupport()ElementsSupportEnumRestfulServer. getElementsSupport()static ElementsSupportEnumElementsSupportEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementsSupportEnum[]ElementsSupportEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.rest.server with parameters of type ElementsSupportEnum Modifier and Type Method Description voidRestfulServer. setElementsSupport(ElementsSupportEnum theElementsSupport)Sets the elements support mode.
-