public static enum AdSetDeliveryLimitations.DevicesEnum extends java.lang.Enum<AdSetDeliveryLimitations.DevicesEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
AdSetDeliveryLimitations.DevicesEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static AdSetDeliveryLimitations.DevicesEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static AdSetDeliveryLimitations.DevicesEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdSetDeliveryLimitations.DevicesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdSetDeliveryLimitations.DevicesEnum OTHER
public static final AdSetDeliveryLimitations.DevicesEnum DESKTOP
public static final AdSetDeliveryLimitations.DevicesEnum MOBILE
public static final AdSetDeliveryLimitations.DevicesEnum TABLET
public static AdSetDeliveryLimitations.DevicesEnum[] values()
for (AdSetDeliveryLimitations.DevicesEnum c : AdSetDeliveryLimitations.DevicesEnum.values()) System.out.println(c);
public static AdSetDeliveryLimitations.DevicesEnum 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 nullpublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Enum<AdSetDeliveryLimitations.DevicesEnum>public static AdSetDeliveryLimitations.DevicesEnum fromValue(java.lang.String value)
Copyright © 2021. All rights reserved.