Package | Description |
---|---|
com.oracle.bmc.applicationmigration.model | |
com.oracle.bmc.applicationmigration.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 |
ListWorkRequestLogsRequest.getSortOrder()
The sort order, either
ASC (ascending) or DESC (descending). |
SortOrders |
ListWorkRequestErrorsRequest.getSortOrder()
The sort order, either
ASC (ascending) or DESC (descending). |
SortOrders |
ListMigrationsRequest.getSortOrder()
The sort order, either
ASC (ascending) or DESC (descending). |
SortOrders |
ListSourcesRequest.getSortOrder()
The sort order, either
ASC (ascending) or DESC (descending). |
SortOrders |
ListSourceApplicationsRequest.getSortOrder()
The sort order, either
ASC (ascending) or DESC (descending). |
Modifier and Type | Method and Description |
---|---|
ListWorkRequestLogsRequest.Builder |
ListWorkRequestLogsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order, either
ASC (ascending) or DESC (descending). |
ListWorkRequestErrorsRequest.Builder |
ListWorkRequestErrorsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order, either
ASC (ascending) or DESC (descending). |
ListMigrationsRequest.Builder |
ListMigrationsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order, either
ASC (ascending) or DESC (descending). |
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order, either
ASC (ascending) or DESC (descending). |
ListSourceApplicationsRequest.Builder |
ListSourceApplicationsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order, either
ASC (ascending) or DESC (descending). |
Copyright © 2016–2023. All rights reserved.