Uses of Enum Class
ca.cdr.api.fhirgw.model.RetryStrategyEnum
Packages that use RetryStrategyEnum
-
Uses of RetryStrategyEnum in ca.cdr.api.fhirgw.json
Methods in ca.cdr.api.fhirgw.json that return RetryStrategyEnumMethods in ca.cdr.api.fhirgw.json with parameters of type RetryStrategyEnumModifier and TypeMethodDescriptionvoidGatewayTargetRetryStrategyJson.setBackoffStrategy(RetryStrategyEnum theBackoffStrategy) -
Uses of RetryStrategyEnum in ca.cdr.api.fhirgw.model
Methods in ca.cdr.api.fhirgw.model that return RetryStrategyEnumModifier and TypeMethodDescriptionstatic RetryStrategyEnumReturns the enum constant of this class with the specified name.static RetryStrategyEnum[]RetryStrategyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.