Uses of Enum
ca.uhn.fhir.rest.client.api.ServerValidationModeEnum
-
Uses of ServerValidationModeEnum in ca.uhn.fhir.rest.client.api
Modifier and TypeFieldDescriptionstatic final ServerValidationModeEnum
IRestfulClientFactory.DEFAULT_SERVER_VALIDATION_MODE
Default value forIRestfulClientFactory.getServerValidationModeEnum()
Modifier and TypeMethodDescriptionIRestfulClientFactory.getServerValidationMode()
Gets the server validation mode for any clients created from this factory.IRestfulClientFactory.getServerValidationModeEnum()
Deprecated.static ServerValidationModeEnum
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 TypeMethodDescriptionvoid
IRestfulClientFactory.setServerValidationMode
(ServerValidationModeEnum theServerValidationMode) Sets the server validation mode for any clients created from this factory.void
IRestfulClientFactory.setServerValidationModeEnum
(ServerValidationModeEnum theServerValidationMode) Deprecated.
IRestfulClientFactory.getServerValidationMode()
instead (this method is a synonym for that method, but this method is poorly named and will be removed at some point)