public static enum AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore extends Enum<AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_AMAZON_APP_STORE
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_DOES_NOT_EXIST
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_FB_ANDROID_STORE
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_FB_CANVAS
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_FB_GAMEROOM
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_GOOGLE_PLAY
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_INSTANT_GAME
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_ITUNES
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_ITUNES_IPAD
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_OCULUS_APP_STORE
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_ROKU_STORE
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_WINDOWS_10_STORE
public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_WINDOWS_STORE
public static AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore[] values()
for (AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore c : AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore.values()) System.out.println(c);
public static AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore 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<AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore>Copyright © 2020. All rights reserved.