Uses of Class
com.oracle.bmc.limits.model.LimitValueSummary.ScopeType
-
Packages that use LimitValueSummary.ScopeType Package Description com.oracle.bmc.limits.model -
-
Uses of LimitValueSummary.ScopeType in com.oracle.bmc.limits.model
Methods in com.oracle.bmc.limits.model that return LimitValueSummary.ScopeType Modifier and Type Method Description static LimitValueSummary.ScopeType
LimitValueSummary.ScopeType. create(String key)
LimitValueSummary.ScopeType
LimitValueSummary. getScopeType()
The scope type of the limit.static LimitValueSummary.ScopeType
LimitValueSummary.ScopeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LimitValueSummary.ScopeType[]
LimitValueSummary.ScopeType. 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 LimitValueSummary.ScopeType Modifier and Type Method Description LimitValueSummary.Builder
LimitValueSummary.Builder. scopeType(LimitValueSummary.ScopeType scopeType)
The scope type of the limit.Constructors in com.oracle.bmc.limits.model with parameters of type LimitValueSummary.ScopeType Constructor Description LimitValueSummary(String name, LimitValueSummary.ScopeType scopeType, String availabilityDomain, Long value)
Deprecated.
-