Package | Description |
---|---|
com.oracle.bmc.managementdashboard.model | |
com.oracle.bmc.managementdashboard.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SortOrders |
ListManagementSavedSearchesRequest.getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
|
SortOrders |
ListManagementDashboardsRequest.getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
|
Modifier and Type | Method and Description |
---|---|
ListManagementSavedSearchesRequest.Builder |
ListManagementSavedSearchesRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListManagementDashboardsRequest.Builder |
ListManagementDashboardsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
Copyright © 2016–2024. All rights reserved.