Package | Description |
---|---|
com.oracle.bmc.filestorage.requests |
Modifier and Type | Method and Description |
---|---|
static ListSnapshotsRequest.SortOrder |
ListSnapshotsRequest.SortOrder.create(String key) |
ListSnapshotsRequest.SortOrder |
ListSnapshotsRequest.getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’, where ‘asc’ is ascending and ‘desc’ is
descending.
|
static ListSnapshotsRequest.SortOrder |
ListSnapshotsRequest.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListSnapshotsRequest.SortOrder[] |
ListSnapshotsRequest.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.sortOrder(ListSnapshotsRequest.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.