Package | Description |
---|---|
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static ListAlertAnalyticsRequest.GroupBy |
ListAlertAnalyticsRequest.GroupBy.create(String key) |
static ListAlertAnalyticsRequest.GroupBy |
ListAlertAnalyticsRequest.GroupBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAlertAnalyticsRequest.GroupBy[] |
ListAlertAnalyticsRequest.GroupBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ListAlertAnalyticsRequest.GroupBy> |
ListAlertAnalyticsRequest.getGroupBy()
A groupBy can only be used in combination with summaryField parameter.
|
Modifier and Type | Method and Description |
---|---|
ListAlertAnalyticsRequest.Builder |
ListAlertAnalyticsRequest.Builder.groupBy(ListAlertAnalyticsRequest.GroupBy singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListAlertAnalyticsRequest.Builder |
ListAlertAnalyticsRequest.Builder.groupBy(List<ListAlertAnalyticsRequest.GroupBy> groupBy)
A groupBy can only be used in combination with summaryField parameter.
|
Copyright © 2016–2023. All rights reserved.