Uses of Class
com.oracle.bmc.filestorage.requests.ListReplicationsRequest.SortOrder
-
Packages that use ListReplicationsRequest.SortOrder Package Description com.oracle.bmc.filestorage.requests -
-
Uses of ListReplicationsRequest.SortOrder in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListReplicationsRequest.SortOrder Modifier and Type Method Description static ListReplicationsRequest.SortOrderListReplicationsRequest.SortOrder. create(String key)ListReplicationsRequest.SortOrderListReplicationsRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’, where ‘asc’ is ascending and ‘desc’ is descending.static ListReplicationsRequest.SortOrderListReplicationsRequest.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.Methods in com.oracle.bmc.filestorage.requests with parameters of type ListReplicationsRequest.SortOrder Modifier and Type Method Description ListReplicationsRequest.BuilderListReplicationsRequest.Builder. sortOrder(ListReplicationsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’, where ‘asc’ is ascending and ‘desc’ is descending.
-