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