Uses of Class
com.oracle.bmc.apigateway.model.Quota.ResetPolicy
-
Packages that use Quota.ResetPolicy Package Description com.oracle.bmc.apigateway.model -
-
Uses of Quota.ResetPolicy in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Quota.ResetPolicy Modifier and Type Method Description static Quota.ResetPolicy
Quota.ResetPolicy. create(String key)
Quota.ResetPolicy
Quota. getResetPolicy()
The policy that controls when quotas will reset.static Quota.ResetPolicy
Quota.ResetPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Quota.ResetPolicy[]
Quota.ResetPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model with parameters of type Quota.ResetPolicy Modifier and Type Method Description Quota.Builder
Quota.Builder. resetPolicy(Quota.ResetPolicy resetPolicy)
The policy that controls when quotas will reset.Constructors in com.oracle.bmc.apigateway.model with parameters of type Quota.ResetPolicy Constructor Description Quota(Integer value, Quota.Unit unit, Quota.ResetPolicy resetPolicy, Quota.OperationOnBreach operationOnBreach)
Deprecated.
-