public enum AppConversionAppPlatform extends Enum<AppConversionAppPlatform>
Java class for AppConversion.AppPlatform.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AppConversion.AppPlatform">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NONE"/>
<enumeration value="ITUNES"/>
<enumeration value="ANDROID_MARKET"/>
<enumeration value="MOBILE_APP_CHANNEL"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ANDROID_MARKET |
ITUNES |
MOBILE_APP_CHANNEL |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static AppConversionAppPlatform |
fromValue(String v) |
String |
value() |
static AppConversionAppPlatform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppConversionAppPlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppConversionAppPlatform NONE
public static final AppConversionAppPlatform ITUNES
public static final AppConversionAppPlatform ANDROID_MARKET
public static final AppConversionAppPlatform MOBILE_APP_CHANNEL
public static AppConversionAppPlatform[] values()
for (AppConversionAppPlatform c : AppConversionAppPlatform.values()) System.out.println(c);
public static AppConversionAppPlatform 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 value()
public static AppConversionAppPlatform fromValue(String v)
Copyright © 2023. All rights reserved.