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