public enum UniversalAppCampaignAsset extends Enum<UniversalAppCampaignAsset>
Java class for UniversalAppCampaignAsset.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UniversalAppCampaignAsset">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="COMBINATION"/>
<enumeration value="APP_DESTINATION"/>
<enumeration value="APP_ASSETS"/>
<enumeration value="DESCRIPTION_1"/>
<enumeration value="DESCRIPTION_2"/>
<enumeration value="DESCRIPTION_3"/>
<enumeration value="DESCRIPTION_4"/>
<enumeration value="VIDEO"/>
<enumeration value="IMAGE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APP_ASSETS
Identifies the app related data, like app name, app icon, developer name
including translations of the content.
|
APP_DESTINATION
Identifies the app destination.
|
COMBINATION
Identifies a combination of assets.
|
DESCRIPTION_1
Identifies the campaign setting's description1 field.
|
DESCRIPTION_2
Identifies the campaign setting's description2 field.
|
DESCRIPTION_3
Identifies the campaign setting's description3 field.
|
DESCRIPTION_4
Identifies the campaign setting's description4 field.
|
IMAGE
Identifies the campaign setting's image fields.
|
UNKNOWN
Used for return value only.
|
VIDEO
Identifies the campaign setting's video fields.
|
| Modifier and Type | Method and Description |
|---|---|
static UniversalAppCampaignAsset |
fromValue(String v) |
String |
value() |
static UniversalAppCampaignAsset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UniversalAppCampaignAsset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UniversalAppCampaignAsset UNKNOWN
public static final UniversalAppCampaignAsset COMBINATION
public static final UniversalAppCampaignAsset APP_DESTINATION
public static final UniversalAppCampaignAsset APP_ASSETS
public static final UniversalAppCampaignAsset DESCRIPTION_1
public static final UniversalAppCampaignAsset DESCRIPTION_2
public static final UniversalAppCampaignAsset DESCRIPTION_3
public static final UniversalAppCampaignAsset DESCRIPTION_4
public static final UniversalAppCampaignAsset VIDEO
public static final UniversalAppCampaignAsset IMAGE
public static UniversalAppCampaignAsset[] values()
for (UniversalAppCampaignAsset c : UniversalAppCampaignAsset.values()) System.out.println(c);
public static UniversalAppCampaignAsset 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 UniversalAppCampaignAsset fromValue(String v)
Copyright © 2023. All rights reserved.