Uses of Enum
ca.uhn.fhir.rest.server.ETagSupportEnum
-
Uses of ETagSupportEnum in ca.uhn.fhir.rest.server
Modifier and TypeFieldDescriptionstatic final ETagSupportEnum
RestfulServer.DEFAULT_ETAG_SUPPORT
Default setting forETag Support
:ENABLED
Modifier and TypeMethodDescriptionIRestfulServerDefaults.getETagSupport()
RestfulServer.getETagSupport()
static ETagSupportEnum
Returns the enum constant of this type with the specified name.static ETagSupportEnum[]
ETagSupportEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
RestfulServer.setETagSupport
(ETagSupportEnum theETagSupport) Sets (enables/disables) the server support for ETags.