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.SortOrderListPublicationsRequest.SortOrder. create(String key)ListPublicationsRequest.SortOrderListPublicationsRequest. getSortOrder()The sort order to use, either ASC or DESC.static ListPublicationsRequest.SortOrderListPublicationsRequest.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.BuilderListPublicationsRequest.Builder. sortOrder(ListPublicationsRequest.SortOrder sortOrder)The sort order to use, either ASC or DESC.
-