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