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