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