public enum TailoredAudienceUpdationState extends java.lang.Enum<TailoredAudienceUpdationState>
| Enum Constant and Description |
|---|
COMPLETED |
FAILED |
PROCESSING |
UPLOADING |
| Modifier and Type | Method and Description |
|---|---|
static TailoredAudienceUpdationState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TailoredAudienceUpdationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TailoredAudienceUpdationState UPLOADING
public static final TailoredAudienceUpdationState PROCESSING
public static final TailoredAudienceUpdationState COMPLETED
public static final TailoredAudienceUpdationState FAILED
public static TailoredAudienceUpdationState[] values()
for (TailoredAudienceUpdationState c : TailoredAudienceUpdationState.values()) System.out.println(c);
public static TailoredAudienceUpdationState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null