Package com.oracle.bmc.datasafe.requests
Enum ListAlertAnalyticsRequest.GroupBy
- java.lang.Object
-
- java.lang.Enum<ListAlertAnalyticsRequest.GroupBy>
-
- com.oracle.bmc.datasafe.requests.ListAlertAnalyticsRequest.GroupBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListAlertAnalyticsRequest.GroupBy>
- Enclosing class:
- ListAlertAnalyticsRequest
public static enum ListAlertAnalyticsRequest.GroupBy extends Enum<ListAlertAnalyticsRequest.GroupBy> implements BmcEnum
A groupBy can only be used in combination with summaryField parameter.A groupBy value has to be a subset of the values mentioned in summaryField parameter.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AlertPolicyRuleKey
AlertPolicyRuleName
AlertSeverity
AlertStatus
AlertType
PolicyId
TargetIds
TargetNames
TimeCreated
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAlertAnalyticsRequest.GroupBy
create(String key)
String
getValue()
static ListAlertAnalyticsRequest.GroupBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAlertAnalyticsRequest.GroupBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AlertType
public static final ListAlertAnalyticsRequest.GroupBy AlertType
-
TargetIds
public static final ListAlertAnalyticsRequest.GroupBy TargetIds
-
TargetNames
public static final ListAlertAnalyticsRequest.GroupBy TargetNames
-
AlertSeverity
public static final ListAlertAnalyticsRequest.GroupBy AlertSeverity
-
AlertStatus
public static final ListAlertAnalyticsRequest.GroupBy AlertStatus
-
TimeCreated
public static final ListAlertAnalyticsRequest.GroupBy TimeCreated
-
PolicyId
public static final ListAlertAnalyticsRequest.GroupBy PolicyId
-
AlertPolicyRuleKey
public static final ListAlertAnalyticsRequest.GroupBy AlertPolicyRuleKey
-
AlertPolicyRuleName
public static final ListAlertAnalyticsRequest.GroupBy AlertPolicyRuleName
-
-
Method Detail
-
values
public static ListAlertAnalyticsRequest.GroupBy[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListAlertAnalyticsRequest.GroupBy c : ListAlertAnalyticsRequest.GroupBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListAlertAnalyticsRequest.GroupBy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListAlertAnalyticsRequest.GroupBy create(String key)
-
-