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