Uses of Class
com.oracle.bmc.marketplace.requests.ListListingsRequest.SortBy
-
Packages that use ListListingsRequest.SortBy Package Description com.oracle.bmc.marketplace.requests -
-
Uses of ListListingsRequest.SortBy in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ListListingsRequest.SortBy Modifier and Type Method Description static ListListingsRequest.SortBy
ListListingsRequest.SortBy. create(String key)
ListListingsRequest.SortBy
ListListingsRequest. getSortBy()
The field to use to sort listed results.static ListListingsRequest.SortBy
ListListingsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListListingsRequest.SortBy[]
ListListingsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListListingsRequest.Builder
ListListingsRequest.Builder. sortBy(ListListingsRequest.SortBy sortBy)
The field to use to sort listed results.
-