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