Uses of Class
com.oracle.bmc.servicecatalog.requests.ListPrivateApplicationsRequest.SortBy
-
Packages that use ListPrivateApplicationsRequest.SortBy Package Description com.oracle.bmc.servicecatalog.requests -
-
Uses of ListPrivateApplicationsRequest.SortBy in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return ListPrivateApplicationsRequest.SortBy Modifier and Type Method Description static ListPrivateApplicationsRequest.SortBy
ListPrivateApplicationsRequest.SortBy. create(String key)
ListPrivateApplicationsRequest.SortBy
ListPrivateApplicationsRequest. getSortBy()
The field to use to sort listed results.static ListPrivateApplicationsRequest.SortBy
ListPrivateApplicationsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListPrivateApplicationsRequest.SortBy[]
ListPrivateApplicationsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListPrivateApplicationsRequest.Builder
ListPrivateApplicationsRequest.Builder. sortBy(ListPrivateApplicationsRequest.SortBy sortBy)
The field to use to sort listed results.
-