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