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