Uses of Class
com.oracle.bmc.limits.model.QuotaSummary.LifecycleState
-
Packages that use QuotaSummary.LifecycleState Package Description com.oracle.bmc.limits.model -
-
Uses of QuotaSummary.LifecycleState in com.oracle.bmc.limits.model
Methods in com.oracle.bmc.limits.model that return QuotaSummary.LifecycleState Modifier and Type Method Description static QuotaSummary.LifecycleState
QuotaSummary.LifecycleState. create(String key)
QuotaSummary.LifecycleState
QuotaSummary. getLifecycleState()
The quota’s current state.static QuotaSummary.LifecycleState
QuotaSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static QuotaSummary.LifecycleState[]
QuotaSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.limits.model with parameters of type QuotaSummary.LifecycleState Modifier and Type Method Description QuotaSummary.Builder
QuotaSummary.Builder. lifecycleState(QuotaSummary.LifecycleState lifecycleState)
The quota’s current state.Constructors in com.oracle.bmc.limits.model with parameters of type QuotaSummary.LifecycleState Constructor Description QuotaSummary(String id, String compartmentId, String name, String description, Date timeCreated, List<ResourceLock> locks, QuotaSummary.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-