
Uses of Enum Class
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 class with the specified name.static ElementsSupportEnum[]
ElementsSupportEnum.values()
Returns an array containing the constants of this enum class, 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.