public static enum ProductEventStat.EnumDeviceType extends Enum<ProductEventStat.EnumDeviceType>
| Enum Constant and Description |
|---|
VALUE_DESKTOP |
VALUE_MOBILE_ANDROID_PHONE |
VALUE_MOBILE_ANDROID_TABLET |
VALUE_MOBILE_IPAD |
VALUE_MOBILE_IPHONE |
VALUE_MOBILE_IPOD |
VALUE_MOBILE_PHONE |
VALUE_MOBILE_TABLET |
VALUE_MOBILE_WINDOWS_PHONE |
VALUE_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductEventStat.EnumDeviceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductEventStat.EnumDeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="desktop") public static final ProductEventStat.EnumDeviceType VALUE_DESKTOP
@SerializedName(value="mobile_android_phone") public static final ProductEventStat.EnumDeviceType VALUE_MOBILE_ANDROID_PHONE
@SerializedName(value="mobile_android_tablet") public static final ProductEventStat.EnumDeviceType VALUE_MOBILE_ANDROID_TABLET
@SerializedName(value="mobile_ipad") public static final ProductEventStat.EnumDeviceType VALUE_MOBILE_IPAD
@SerializedName(value="mobile_iphone") public static final ProductEventStat.EnumDeviceType VALUE_MOBILE_IPHONE
@SerializedName(value="mobile_ipod") public static final ProductEventStat.EnumDeviceType VALUE_MOBILE_IPOD
@SerializedName(value="mobile_phone") public static final ProductEventStat.EnumDeviceType VALUE_MOBILE_PHONE
@SerializedName(value="mobile_tablet") public static final ProductEventStat.EnumDeviceType VALUE_MOBILE_TABLET
@SerializedName(value="mobile_windows_phone") public static final ProductEventStat.EnumDeviceType VALUE_MOBILE_WINDOWS_PHONE
@SerializedName(value="unknown") public static final ProductEventStat.EnumDeviceType VALUE_UNKNOWN
public static ProductEventStat.EnumDeviceType[] values()
for (ProductEventStat.EnumDeviceType c : ProductEventStat.EnumDeviceType.values()) System.out.println(c);
public static ProductEventStat.EnumDeviceType 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<ProductEventStat.EnumDeviceType>Copyright © 2024. All rights reserved.