Package | Description |
---|---|
com.oracle.bmc.apmconfig.model | |
com.oracle.bmc.apmconfig.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 |
ListConfigsRequest.getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Modifier and Type | Method and Description |
---|---|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Copyright © 2016–2024. All rights reserved.