| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201306 |
| Modifier and Type | Method and Description |
|---|---|
CreativeAsset |
SwiffyFallbackAsset.getAsset()
Gets the asset value for this SwiffyFallbackAsset.
|
CreativeAsset[] |
AspectRatioImageCreative.getImageAssets()
Gets the imageAssets value for this AspectRatioImageCreative.
|
CreativeAsset |
AspectRatioImageCreative.getImageAssets(int i) |
CreativeAsset |
BaseImageCreative.getPrimaryImageAsset()
Gets the primaryImageAsset value for this BaseImageCreative.
|
CreativeAsset[] |
ImageCreative.getSecondaryImageAssets()
Gets the secondaryImageAssets value for this ImageCreative.
|
CreativeAsset |
ImageCreative.getSecondaryImageAssets(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
SwiffyFallbackAsset.setAsset(CreativeAsset asset)
Sets the asset value for this SwiffyFallbackAsset.
|
void |
AspectRatioImageCreative.setImageAssets(CreativeAsset[] imageAssets)
Sets the imageAssets value for this AspectRatioImageCreative.
|
void |
AspectRatioImageCreative.setImageAssets(int i,
CreativeAsset _value) |
void |
BaseImageCreative.setPrimaryImageAsset(CreativeAsset primaryImageAsset)
Sets the primaryImageAsset value for this BaseImageCreative.
|
void |
ImageCreative.setSecondaryImageAssets(CreativeAsset[] secondaryImageAssets)
Sets the secondaryImageAssets value for this ImageCreative.
|
void |
ImageCreative.setSecondaryImageAssets(int i,
CreativeAsset _value) |
| Constructor and Description |
|---|
AspectRatioImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
CreativeAsset[] imageAssets,
String altText,
String thirdPartyImpressionUrl,
Boolean overrideSize) |
BaseImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Boolean overrideSize,
CreativeAsset primaryImageAsset) |
ImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Boolean overrideSize,
CreativeAsset primaryImageAsset,
String altText,
String thirdPartyImpressionUrl,
CreativeAsset[] secondaryImageAssets) |
ImageCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Boolean overrideSize,
CreativeAsset primaryImageAsset,
String altText,
String thirdPartyImpressionUrl,
CreativeAsset[] secondaryImageAssets) |
ImageOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
Boolean overrideSize,
CreativeAsset primaryImageAsset,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
Integer duration,
String vastPreviewUrl) |
SwiffyFallbackAsset(CreativeAsset asset,
Html5Feature[] html5Features,
String[] localizedInfoMessages) |
Copyright © 2013. All Rights Reserved.