
Uses of Enum
ca.uhn.fhir.rest.server.ElementsSupportEnum
Packages that use ElementsSupportEnum
-
Uses of ElementsSupportEnum in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server that return ElementsSupportEnumModifier and TypeMethodDescriptionIRestfulServerDefaults.getElementsSupport()
RestfulServer.getElementsSupport()
static ElementsSupportEnum
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 ElementsSupportEnumModifier and TypeMethodDescriptionvoid
RestfulServer.setElementsSupport
(ElementsSupportEnum theElementsSupport) Sets the elements support mode.