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.
|
@SerializedName(value="AMAZON_APP_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_AMAZON_APP_STORE
@SerializedName(value="APK_MIRROR") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_APK_MIRROR
@SerializedName(value="APK_MONK") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_APK_MONK
@SerializedName(value="APK_PURE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_APK_PURE
@SerializedName(value="APTOIDE_A1_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_APTOIDE_A1_STORE
@SerializedName(value="BEMOBI_MOBILE_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_BEMOBI_MOBILE_STORE
@SerializedName(value="DIGITAL_TURBINE_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_DIGITAL_TURBINE_STORE
@SerializedName(value="DOES_NOT_EXIST") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_DOES_NOT_EXIST
@SerializedName(value="FB_ANDROID_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_FB_ANDROID_STORE
@SerializedName(value="FB_CANVAS") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_FB_CANVAS
@SerializedName(value="FB_GAMEROOM") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_FB_GAMEROOM
@SerializedName(value="GALAXY_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_GALAXY_STORE
@SerializedName(value="GOOGLE_PLAY") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_GOOGLE_PLAY
@SerializedName(value="INSTANT_GAME") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_INSTANT_GAME
@SerializedName(value="ITUNES") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_ITUNES
@SerializedName(value="ITUNES_IPAD") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_ITUNES_IPAD
@SerializedName(value="NEON_ANDROID_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_NEON_ANDROID_STORE
@SerializedName(value="NONE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_NONE
@SerializedName(value="OCULUS_APP_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_OCULUS_APP_STORE
@SerializedName(value="OPPO") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_OPPO
@SerializedName(value="ROKU_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_ROKU_STORE
@SerializedName(value="UPTODOWN") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_UPTODOWN
@SerializedName(value="VIVO") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_VIVO
@SerializedName(value="WINDOWS_10_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_WINDOWS_10_STORE
@SerializedName(value="WINDOWS_STORE") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_WINDOWS_STORE
@SerializedName(value="XIAOMI") public static final AdAccountMatchedSearchApplicationsEdgeData.EnumAppStore VALUE_XIAOMI
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 © 2024. All rights reserved.