Uses of Enum
ca.uhn.fhir.rest.server.ETagSupportEnum
Packages that use ETagSupportEnum
-
Uses of ETagSupportEnum in ca.uhn.fhir.rest.server
Fields in ca.uhn.fhir.rest.server declared as ETagSupportEnumModifier and TypeFieldDescriptionstatic final ETagSupportEnumRestfulServer.DEFAULT_ETAG_SUPPORTDefault setting forETag Support:ENABLEDMethods in ca.uhn.fhir.rest.server that return ETagSupportEnumModifier and TypeMethodDescriptionIRestfulServerDefaults.getETagSupport()RestfulServer.getETagSupport()static ETagSupportEnumReturns 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.Methods in ca.uhn.fhir.rest.server with parameters of type ETagSupportEnumModifier and TypeMethodDescriptionvoidRestfulServer.setETagSupport(ETagSupportEnum theETagSupport) Sets (enables/disables) the server support for ETags.