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