public static enum AdAsyncRequestSet.EnumNotificationStatus extends Enum<AdAsyncRequestSet.EnumNotificationStatus>
| Enum Constant and Description |
|---|
VALUE_NOT_SENT |
VALUE_SENDING |
VALUE_SENT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdAsyncRequestSet.EnumNotificationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAsyncRequestSet.EnumNotificationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdAsyncRequestSet.EnumNotificationStatus VALUE_NOT_SENT
public static final AdAsyncRequestSet.EnumNotificationStatus VALUE_SENDING
public static final AdAsyncRequestSet.EnumNotificationStatus VALUE_SENT
public static AdAsyncRequestSet.EnumNotificationStatus[] values()
for (AdAsyncRequestSet.EnumNotificationStatus c : AdAsyncRequestSet.EnumNotificationStatus.values()) System.out.println(c);
public static AdAsyncRequestSet.EnumNotificationStatus 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 String toString()
toString in class Enum<AdAsyncRequestSet.EnumNotificationStatus>Copyright © 2020. All rights reserved.