Uses of Class
ca.uhn.fhir.rest.client.api.ServerValidationModeEnum
-
Packages that use ServerValidationModeEnum Package Description ca.uhn.fhir.rest.client.api -
-
Uses of ServerValidationModeEnum in ca.uhn.fhir.rest.client.api
Fields in ca.uhn.fhir.rest.client.api declared as ServerValidationModeEnum Modifier and Type Field Description static ServerValidationModeEnumIRestfulClientFactory. DEFAULT_SERVER_VALIDATION_MODEDefault value forIRestfulClientFactory.getServerValidationModeEnum()Methods in ca.uhn.fhir.rest.client.api that return ServerValidationModeEnum Modifier and Type Method Description ServerValidationModeEnumIRestfulClientFactory. getServerValidationMode()Gets the server validation mode for any clients created from this factory.ServerValidationModeEnumIRestfulClientFactory. getServerValidationModeEnum()Deprecated.UseIRestfulClientFactory.getServerValidationMode()instead (this method is a synonym for that method, but this method is poorly named and will be removed at some point)static ServerValidationModeEnumServerValidationModeEnum. 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.Methods in ca.uhn.fhir.rest.client.api with parameters of type ServerValidationModeEnum Modifier and Type Method Description voidIRestfulClientFactory. setServerValidationMode(ServerValidationModeEnum theServerValidationMode)Sets the server validation mode for any clients created from this factory.voidIRestfulClientFactory. setServerValidationModeEnum(ServerValidationModeEnum theServerValidationMode)Deprecated.
-