public static enum MigrationAsset.Notifications extends Enum<MigrationAsset.Notifications> implements BmcEnum
Enum Constant and Description |
---|
OutOfDate |
SourceRemoved |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static MigrationAsset.Notifications |
create(String key) |
String |
getValue() |
static MigrationAsset.Notifications |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationAsset.Notifications[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrationAsset.Notifications OutOfDate
public static final MigrationAsset.Notifications SourceRemoved
public static final MigrationAsset.Notifications UnknownEnumValue
public static MigrationAsset.Notifications[] values()
for (MigrationAsset.Notifications c : MigrationAsset.Notifications.values()) System.out.println(c);
public static MigrationAsset.Notifications 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 MigrationAsset.Notifications create(String key)
Copyright © 2016–2024. All rights reserved.