Uses of Class
com.oracle.bmc.filestorage.requests.ListSnapshotsRequest.SortOrder
-
Packages that use ListSnapshotsRequest.SortOrder Package Description com.oracle.bmc.filestorage.requests -
-
Uses of ListSnapshotsRequest.SortOrder in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListSnapshotsRequest.SortOrder Modifier and Type Method 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.Methods in com.oracle.bmc.filestorage.requests with parameters of type ListSnapshotsRequest.SortOrder Modifier and Type Method 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.
-