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