Package | Description |
---|---|
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
static ListOdaInstancesRequest.SortOrder |
ListOdaInstancesRequest.SortOrder.create(String key) |
ListOdaInstancesRequest.SortOrder |
ListOdaInstancesRequest.getSortOrder()
Sort the results in this order, use either
ASC (ascending) or DESC
(descending). |
static ListOdaInstancesRequest.SortOrder |
ListOdaInstancesRequest.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListOdaInstancesRequest.SortOrder[] |
ListOdaInstancesRequest.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListOdaInstancesRequest.Builder |
ListOdaInstancesRequest.Builder.sortOrder(ListOdaInstancesRequest.SortOrder sortOrder)
Sort the results in this order, use either
ASC (ascending) or DESC
(descending). |
Copyright © 2016–2024. All rights reserved.