| Package | Description |
|---|---|
| com.oracle.bmc.databasemanagement.model | |
| com.oracle.bmc.databasemanagement.requests |
| Modifier and Type | Method and Description |
|---|---|
static SortOrders |
SortOrders.create(String key) |
static SortOrders |
SortOrders.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrders[] |
SortOrders.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrders |
ListJobsRequest.getSortOrder()
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
SortOrders |
ListManagedDatabaseGroupsRequest.getSortOrder()
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
SortOrders |
ListJobExecutionsRequest.getSortOrder()
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
SortOrders |
ListManagedDatabasesRequest.getSortOrder()
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
SortOrders |
ListJobRunsRequest.getSortOrder()
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
ListManagedDatabaseGroupsRequest.Builder |
ListManagedDatabaseGroupsRequest.Builder.sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
ListJobExecutionsRequest.Builder |
ListJobExecutionsRequest.Builder.sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
ListManagedDatabasesRequest.Builder |
ListManagedDatabasesRequest.Builder.sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
ListJobRunsRequest.Builder |
ListJobRunsRequest.Builder.sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order.
|
Copyright © 2016–2021. All rights reserved.