Uses of Class
com.oracle.bmc.datasafe.requests.ListReportsRequest.SortBy
-
Packages that use ListReportsRequest.SortBy Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListReportsRequest.SortBy in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListReportsRequest.SortBy Modifier and Type Method Description static ListReportsRequest.SortBy
ListReportsRequest.SortBy. create(String key)
ListReportsRequest.SortBy
ListReportsRequest. getSortBy()
The field to sort by.static ListReportsRequest.SortBy
ListReportsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListReportsRequest.SortBy[]
ListReportsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListReportsRequest.SortBy Modifier and Type Method Description ListReportsRequest.Builder
ListReportsRequest.Builder. sortBy(ListReportsRequest.SortBy sortBy)
The field to sort by.
-