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