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.ScopeType
ListLimitValuesRequest.ScopeType. create(String key)
ListLimitValuesRequest.ScopeType
ListLimitValuesRequest. getScopeType()
Filter entries by scope type.static ListLimitValuesRequest.ScopeType
ListLimitValuesRequest.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.Builder
ListLimitValuesRequest.Builder. scopeType(ListLimitValuesRequest.ScopeType scopeType)
Filter entries by scope type.
-