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