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