Uses of Class
com.oracle.bmc.datasafe.requests.ListSqlCollectionAnalyticsRequest.GroupBy
-
Packages that use ListSqlCollectionAnalyticsRequest.GroupBy Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListSqlCollectionAnalyticsRequest.GroupBy in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListSqlCollectionAnalyticsRequest.GroupBy Modifier and Type Method Description static ListSqlCollectionAnalyticsRequest.GroupBy
ListSqlCollectionAnalyticsRequest.GroupBy. create(String key)
static ListSqlCollectionAnalyticsRequest.GroupBy
ListSqlCollectionAnalyticsRequest.GroupBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSqlCollectionAnalyticsRequest.GroupBy[]
ListSqlCollectionAnalyticsRequest.GroupBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests that return types with arguments of type ListSqlCollectionAnalyticsRequest.GroupBy Modifier and Type Method Description List<ListSqlCollectionAnalyticsRequest.GroupBy>
ListSqlCollectionAnalyticsRequest. getGroupBy()
The group by parameter to summarize SQL collection aggregation.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListSqlCollectionAnalyticsRequest.GroupBy Modifier and Type Method Description ListSqlCollectionAnalyticsRequest.Builder
ListSqlCollectionAnalyticsRequest.Builder. groupBy(ListSqlCollectionAnalyticsRequest.GroupBy singularValue)
Singular setter.Method parameters in com.oracle.bmc.datasafe.requests with type arguments of type ListSqlCollectionAnalyticsRequest.GroupBy Modifier and Type Method Description ListSqlCollectionAnalyticsRequest.Builder
ListSqlCollectionAnalyticsRequest.Builder. groupBy(List<ListSqlCollectionAnalyticsRequest.GroupBy> groupBy)
The group by parameter to summarize SQL collection aggregation.
-