Uses of Class
com.oracle.bmc.limits.requests.ListQuotasRequest.SortOrder
-
Packages that use ListQuotasRequest.SortOrder Package Description com.oracle.bmc.limits.requests -
-
Uses of ListQuotasRequest.SortOrder in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return ListQuotasRequest.SortOrder Modifier and Type Method Description static ListQuotasRequest.SortOrderListQuotasRequest.SortOrder. create(String key)ListQuotasRequest.SortOrderListQuotasRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’.static ListQuotasRequest.SortOrderListQuotasRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListQuotasRequest.SortOrder[]ListQuotasRequest.SortOrder. 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 ListQuotasRequest.SortOrder Modifier and Type Method Description ListQuotasRequest.BuilderListQuotasRequest.Builder. sortOrder(ListQuotasRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.
-