public static enum GetStatusAutoActivateRequest.DataKeyType extends Enum<GetStatusAutoActivateRequest.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 GetStatusAutoActivateRequest.DataKeyType |
create(String key) |
String |
getValue() |
static GetStatusAutoActivateRequest.DataKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetStatusAutoActivateRequest.DataKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetStatusAutoActivateRequest.DataKeyType PrivateDataKey
public static final GetStatusAutoActivateRequest.DataKeyType PublicDataKey
public static GetStatusAutoActivateRequest.DataKeyType[] values()
for (GetStatusAutoActivateRequest.DataKeyType c : GetStatusAutoActivateRequest.DataKeyType.values()) System.out.println(c);
public static GetStatusAutoActivateRequest.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 GetStatusAutoActivateRequest.DataKeyType create(String key)
Copyright © 2016–2024. All rights reserved.