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.SortByListReportsRequest.SortBy. create(String key)ListReportsRequest.SortByListReportsRequest. getSortBy()The field to sort by.static ListReportsRequest.SortByListReportsRequest.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.BuilderListReportsRequest.Builder. sortBy(ListReportsRequest.SortBy sortBy)The field to sort by.
-