Uses of Class
com.google.api.ads.dfp.axis.v201203.BaseCreativeTemplateVariableValue

Packages that use BaseCreativeTemplateVariableValue
com.google.api.ads.dfp.axis.v201203   
 

Uses of BaseCreativeTemplateVariableValue in com.google.api.ads.dfp.axis.v201203
 

Subclasses of BaseCreativeTemplateVariableValue in com.google.api.ads.dfp.axis.v201203
 class AssetCreativeTemplateVariableValue
          Stores values of CreativeTemplateVariable of VariableType#ASSET.
 class LongCreativeTemplateVariableValue
          Stores values of CreativeTemplateVariable of VariableType#LONG.
 class StringCreativeTemplateVariableValue
          Stores values of CreativeTemplateVariable of VariableType#STRING and VariableType#LIST.
 class UrlCreativeTemplateVariableValue
          Stores values of CreativeTemplateVariable of VariableType#URL.
 

Methods in com.google.api.ads.dfp.axis.v201203 that return BaseCreativeTemplateVariableValue
 BaseCreativeTemplateVariableValue[] TemplateCreative.getCreativeTemplateVariableValues()
          Gets the creativeTemplateVariableValues value for this TemplateCreative.
 BaseCreativeTemplateVariableValue TemplateCreative.getCreativeTemplateVariableValues(int i)
           
 

Methods in com.google.api.ads.dfp.axis.v201203 with parameters of type BaseCreativeTemplateVariableValue
 void TemplateCreative.setCreativeTemplateVariableValues(BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues)
          Sets the creativeTemplateVariableValues value for this TemplateCreative.
 void TemplateCreative.setCreativeTemplateVariableValues(int i, BaseCreativeTemplateVariableValue _value)
           
 

Constructors in com.google.api.ads.dfp.axis.v201203 with parameters of type BaseCreativeTemplateVariableValue
TemplateCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, String creativeType, Long creativeTemplateId, Boolean isInterstitial, BaseCreativeTemplateVariableValue[] creativeTemplateVariableValues)
           
 



Copyright © 2012. All Rights Reserved.