public static enum PutToggleAutoActivateRequest.DataKeyType extends Enum<PutToggleAutoActivateRequest.DataKeyType> implements BmcEnum
Data key type for which auto-activate needs to be turned on or off.
Enum Constant and Description |
---|
PrivateDataKey |
PublicDataKey |
Modifier and Type | Method and Description |
---|---|
static PutToggleAutoActivateRequest.DataKeyType |
create(String key) |
String |
getValue() |
static PutToggleAutoActivateRequest.DataKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PutToggleAutoActivateRequest.DataKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PutToggleAutoActivateRequest.DataKeyType PrivateDataKey
public static final PutToggleAutoActivateRequest.DataKeyType PublicDataKey
public static PutToggleAutoActivateRequest.DataKeyType[] values()
for (PutToggleAutoActivateRequest.DataKeyType c : PutToggleAutoActivateRequest.DataKeyType.values()) System.out.println(c);
public static PutToggleAutoActivateRequest.DataKeyType 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 PutToggleAutoActivateRequest.DataKeyType create(String key)
Copyright © 2016–2024. All rights reserved.