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