| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client.api |
| Modifier and Type | Field and Description |
|---|---|
static ServerValidationModeEnum |
IRestfulClientFactory.DEFAULT_SERVER_VALIDATION_MODE
Default value for
IRestfulClientFactory.getServerValidationModeEnum() |
| Modifier and Type | Method and Description |
|---|---|
ServerValidationModeEnum |
IRestfulClientFactory.getServerValidationMode()
Gets the server validation mode for any clients created from this factory.
|
ServerValidationModeEnum |
IRestfulClientFactory.getServerValidationModeEnum()
Deprecated.
Use
IRestfulClientFactory.getServerValidationMode() instead (this method is a synonym for that method, but this method is poorly named and will be removed at some point) |
static ServerValidationModeEnum |
ServerValidationModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerValidationModeEnum[] |
ServerValidationModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRestfulClientFactory.setServerValidationMode(ServerValidationModeEnum theServerValidationMode)
Sets the server validation mode for any clients created from this factory.
|
void |
IRestfulClientFactory.setServerValidationModeEnum(ServerValidationModeEnum theServerValidationMode)
Deprecated.
Use
IRestfulClientFactory.setServerValidationMode(ServerValidationModeEnum) instead. This method was incorrectly named. |
Copyright © 2014–2017 University Health Network. All rights reserved.