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