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