public class AssetCreativeTemplateVariable extends CreativeTemplateVariable
Use AssetCreativeTemplateVariableValue to specify the value
for this variable when creating TemplateCreative from the TemplateCreative.
Java class for AssetCreativeTemplateVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetCreativeTemplateVariable">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}CreativeTemplateVariable">
<sequence>
<element name="mimeTypes" type="{https://www.google.com/apis/ads/publisher/v201708}AssetCreativeTemplateVariable.MimeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AssetCreativeTemplateVariableMimeType> |
mimeTypes |
description, isRequired, label, uniqueName| Constructor and Description |
|---|
AssetCreativeTemplateVariable() |
| Modifier and Type | Method and Description |
|---|---|
List<AssetCreativeTemplateVariableMimeType> |
getMimeTypes()
Gets the value of the mimeTypes property.
|
getDescription, getLabel, getUniqueName, isIsRequired, setDescription, setIsRequired, setLabel, setUniqueNameprotected List<AssetCreativeTemplateVariableMimeType> mimeTypes
public List<AssetCreativeTemplateVariableMimeType> getMimeTypes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mimeTypes property.
For example, to add a new item, do as follows:
getMimeTypes().add(newItem);
Objects of the following type(s) are allowed in the list
AssetCreativeTemplateVariableMimeType
Copyright © 2018. All Rights Reserved.