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