public static enum ExtendDataRetentionDetails.DataRetentionPeriod extends Enum<ExtendDataRetentionDetails.DataRetentionPeriod> implements BmcEnum
Data retention period set for given integration instance
Modifier and Type | Method and Description |
---|---|
static ExtendDataRetentionDetails.DataRetentionPeriod |
create(String key) |
String |
getValue() |
static ExtendDataRetentionDetails.DataRetentionPeriod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendDataRetentionDetails.DataRetentionPeriod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendDataRetentionDetails.DataRetentionPeriod Months1
public static final ExtendDataRetentionDetails.DataRetentionPeriod Months3
public static final ExtendDataRetentionDetails.DataRetentionPeriod Months6
public static ExtendDataRetentionDetails.DataRetentionPeriod[] values()
for (ExtendDataRetentionDetails.DataRetentionPeriod c : ExtendDataRetentionDetails.DataRetentionPeriod.values()) System.out.println(c);
public static ExtendDataRetentionDetails.DataRetentionPeriod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ExtendDataRetentionDetails.DataRetentionPeriod create(String key)
Copyright © 2016–2024. All rights reserved.