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