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