Package | Description |
---|---|
com.oracle.bmc.oce.requests |
Modifier and Type | Method and Description |
---|---|
static ListOceInstancesRequest.SortOrder |
ListOceInstancesRequest.SortOrder.create(String key) |
ListOceInstancesRequest.SortOrder |
ListOceInstancesRequest.getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
|
static ListOceInstancesRequest.SortOrder |
ListOceInstancesRequest.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListOceInstancesRequest.SortOrder[] |
ListOceInstancesRequest.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListOceInstancesRequest.Builder |
ListOceInstancesRequest.Builder.sortOrder(ListOceInstancesRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
Copyright © 2016–2024. All rights reserved.