Uses of Class
com.oracle.bmc.filestorage.requests.ListExportSetsRequest.SortOrder
-
Packages that use ListExportSetsRequest.SortOrder Package Description com.oracle.bmc.filestorage.requests -
-
Uses of ListExportSetsRequest.SortOrder in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListExportSetsRequest.SortOrder Modifier and Type Method Description static ListExportSetsRequest.SortOrderListExportSetsRequest.SortOrder. create(String key)ListExportSetsRequest.SortOrderListExportSetsRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’, where ‘asc’ is ascending and ‘desc’ is descending.static ListExportSetsRequest.SortOrderListExportSetsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListExportSetsRequest.SortOrder[]ListExportSetsRequest.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 ListExportSetsRequest.SortOrder Modifier and Type Method Description ListExportSetsRequest.BuilderListExportSetsRequest.Builder. sortOrder(ListExportSetsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’, where ‘asc’ is ascending and ‘desc’ is descending.
-