Uses of Class
com.oracle.bmc.limits.requests.ListLimitValuesRequest.ScopeType
-
Packages that use ListLimitValuesRequest.ScopeType Package Description com.oracle.bmc.limits.requests -
-
Uses of ListLimitValuesRequest.ScopeType in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return ListLimitValuesRequest.ScopeType Modifier and Type Method Description static ListLimitValuesRequest.ScopeTypeListLimitValuesRequest.ScopeType. create(String key)ListLimitValuesRequest.ScopeTypeListLimitValuesRequest. getScopeType()Filter entries by scope type.static ListLimitValuesRequest.ScopeTypeListLimitValuesRequest.ScopeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListLimitValuesRequest.ScopeType[]ListLimitValuesRequest.ScopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.limits.requests with parameters of type ListLimitValuesRequest.ScopeType Modifier and Type Method Description ListLimitValuesRequest.BuilderListLimitValuesRequest.Builder. scopeType(ListLimitValuesRequest.ScopeType scopeType)Filter entries by scope type.
-