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