Uses of Class
com.oracle.bmc.filestorage.requests.ListExportSetsRequest.SortBy
-
Packages that use ListExportSetsRequest.SortBy Package Description com.oracle.bmc.filestorage.requests -
-
Uses of ListExportSetsRequest.SortBy in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListExportSetsRequest.SortBy Modifier and Type Method Description static ListExportSetsRequest.SortByListExportSetsRequest.SortBy. create(String key)ListExportSetsRequest.SortByListExportSetsRequest. getSortBy()The field to sort by.static ListExportSetsRequest.SortByListExportSetsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListExportSetsRequest.SortBy[]ListExportSetsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListExportSetsRequest.BuilderListExportSetsRequest.Builder. sortBy(ListExportSetsRequest.SortBy sortBy)The field to sort by.
-