
Uses of Enum Class
ca.uhn.fhir.rest.client.api.ServerValidationModeEnum
Packages that use ServerValidationModeEnum
-
Uses of ServerValidationModeEnum in ca.uhn.fhir.rest.client.api
Fields in ca.uhn.fhir.rest.client.api declared as ServerValidationModeEnumModifier and TypeFieldDescriptionstatic final ServerValidationModeEnumIRestfulClientFactory.DEFAULT_SERVER_VALIDATION_MODEDefault value forIRestfulClientFactory.getServerValidationModeEnum()Methods in ca.uhn.fhir.rest.client.api that return ServerValidationModeEnumModifier and TypeMethodDescriptionIRestfulClientFactory.getServerValidationMode()Gets the server validation mode for any clients created from this factory.IRestfulClientFactory.getServerValidationModeEnum()Deprecated.static ServerValidationModeEnumReturns the enum constant of this class with the specified name.static ServerValidationModeEnum[]ServerValidationModeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.rest.client.api with parameters of type ServerValidationModeEnumModifier and TypeMethodDescriptionvoidIRestfulClientFactory.setServerValidationMode(ServerValidationModeEnum theServerValidationMode) Sets the server validation mode for any clients created from this factory.voidIRestfulClientFactory.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)