Package com.oracle.bmc.datasafe.requests
Enum ListAlertsRequest.Field
- java.lang.Object
-
- java.lang.Enum<ListAlertsRequest.Field>
-
- com.oracle.bmc.datasafe.requests.ListAlertsRequest.Field
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListAlertsRequest.Field>
- Enclosing class:
- ListAlertsRequest
public static enum ListAlertsRequest.Field extends Enum<ListAlertsRequest.Field> implements BmcEnum
Specifies a subset of fields to be returned in the response.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AlertTypeDisplayNameIdLifecycleStateOperationOperationStatusOperationTimePolicyIdSeverityStatusTargetIdsTargetNamesTimeCreatedTimeUpdated
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAlertsRequest.Fieldcreate(String key)StringgetValue()static ListAlertsRequest.FieldvalueOf(String name)Returns the enum constant of this type with the specified name.static ListAlertsRequest.Field[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Id
public static final ListAlertsRequest.Field Id
-
DisplayName
public static final ListAlertsRequest.Field DisplayName
-
AlertType
public static final ListAlertsRequest.Field AlertType
-
TargetIds
public static final ListAlertsRequest.Field TargetIds
-
TargetNames
public static final ListAlertsRequest.Field TargetNames
-
Severity
public static final ListAlertsRequest.Field Severity
-
Status
public static final ListAlertsRequest.Field Status
-
OperationTime
public static final ListAlertsRequest.Field OperationTime
-
Operation
public static final ListAlertsRequest.Field Operation
-
OperationStatus
public static final ListAlertsRequest.Field OperationStatus
-
TimeCreated
public static final ListAlertsRequest.Field TimeCreated
-
TimeUpdated
public static final ListAlertsRequest.Field TimeUpdated
-
PolicyId
public static final ListAlertsRequest.Field PolicyId
-
LifecycleState
public static final ListAlertsRequest.Field LifecycleState
-
-
Method Detail
-
values
public static ListAlertsRequest.Field[] 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 (ListAlertsRequest.Field c : ListAlertsRequest.Field.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListAlertsRequest.Field 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 ListAlertsRequest.Field create(String key)
-
-