| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.server |
| Modifier and Type | Method and Description |
|---|---|
static PreferReturnEnum |
PreferReturnEnum.fromHeaderValue(String theHeaderValue) |
static PreferReturnEnum |
PreferReturnEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferReturnEnum[] |
PreferReturnEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IUpdateExecutable |
IUpdateExecutable.prefer(PreferReturnEnum theReturn)
Add a
Prefer header to the request, which requests that the server include
or suppress the resource body as a part of the result. |
ICreateTyped |
ICreateTyped.prefer(PreferReturnEnum theReturn)
Add a
Prefer header to the request, which requests that the server include
or suppress the resource body as a part of the result. |
| Modifier and Type | Method and Description |
|---|---|
static PreferReturnEnum |
RestfulServerUtils.parsePreferHeader(String theValue) |
Copyright © 2014–2016 University Health Network. All rights reserved.