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