Uses of Class
ca.uhn.fhir.rest.server.ETagSupportEnum
-
Packages that use ETagSupportEnum Package Description ca.uhn.fhir.rest.server -
-
Uses of ETagSupportEnum in ca.uhn.fhir.rest.server
Fields in ca.uhn.fhir.rest.server declared as ETagSupportEnum Modifier and Type Field Description static ETagSupportEnumRestfulServer. DEFAULT_ETAG_SUPPORTDefault setting forETag Support:ENABLEDMethods in ca.uhn.fhir.rest.server that return ETagSupportEnum Modifier and Type Method Description ETagSupportEnumIRestfulServerDefaults. getETagSupport()ETagSupportEnumRestfulServer. getETagSupport()static ETagSupportEnumETagSupportEnum. valueOf(String name)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.Methods in ca.uhn.fhir.rest.server with parameters of type ETagSupportEnum Modifier and Type Method Description voidRestfulServer. setETagSupport(ETagSupportEnum theETagSupport)Sets (enables/disables) the server support for ETags.
-