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.ScopeTypeLimitValueSummary.ScopeType. create(String key)LimitValueSummary.ScopeTypeLimitValueSummary. getScopeType()The scope type of the limit.static LimitValueSummary.ScopeTypeLimitValueSummary.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.BuilderLimitValueSummary.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.
-