| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server |
| Modifier and Type | Field and Description |
|---|---|
static ETagSupportEnum |
RestfulServer.DEFAULT_ETAG_SUPPORT
Default setting for
ETag Support: ENABLED |
| Modifier and Type | Method and Description |
|---|---|
ETagSupportEnum |
RestfulServer.getETagSupport() |
ETagSupportEnum |
IRestfulServerDefaults.getETagSupport() |
static ETagSupportEnum |
ETagSupportEnum.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestfulServer.setETagSupport(ETagSupportEnum theETagSupport)
Sets (enables/disables) the server support for ETags.
|
Copyright © 2014–2016 University Health Network. All rights reserved.