| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.gclient |
| 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. |
IPatchExecutable |
IPatchExecutable.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. |
Copyright © 2014–2019 University Health Network. All rights reserved.