Uses of Class
com.oracle.bmc.managementdashboard.model.SortOrders
-
Packages that use SortOrders Package Description com.oracle.bmc.managementdashboard.model com.oracle.bmc.managementdashboard.requests -
-
Uses of SortOrders in com.oracle.bmc.managementdashboard.model
Methods in com.oracle.bmc.managementdashboard.model that return SortOrders Modifier and Type Method Description static SortOrders
SortOrders. create(String key)
static SortOrders
SortOrders. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrders[]
SortOrders. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortOrders in com.oracle.bmc.managementdashboard.requests
Methods in com.oracle.bmc.managementdashboard.requests that return SortOrders Modifier and Type Method Description SortOrders
ListManagementDashboardsRequest. getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.SortOrders
ListManagementSavedSearchesRequest. getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.Methods in com.oracle.bmc.managementdashboard.requests with parameters of type SortOrders Modifier and Type Method Description ListManagementDashboardsRequest.Builder
ListManagementDashboardsRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.ListManagementSavedSearchesRequest.Builder
ListManagementSavedSearchesRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
-