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