Uses of Class
com.oracle.bmc.osubsubscription.requests.ListRateCardsRequest.SortOrder
-
Packages that use ListRateCardsRequest.SortOrder Package Description com.oracle.bmc.osubsubscription.requests -
-
Uses of ListRateCardsRequest.SortOrder in com.oracle.bmc.osubsubscription.requests
Methods in com.oracle.bmc.osubsubscription.requests that return ListRateCardsRequest.SortOrder Modifier and Type Method Description static ListRateCardsRequest.SortOrderListRateCardsRequest.SortOrder. create(String key)ListRateCardsRequest.SortOrderListRateCardsRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListRateCardsRequest.SortOrderListRateCardsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListRateCardsRequest.SortOrder[]ListRateCardsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osubsubscription.requests with parameters of type ListRateCardsRequest.SortOrder Modifier and Type Method Description ListRateCardsRequest.BuilderListRateCardsRequest.Builder. sortOrder(ListRateCardsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-