| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201705 |
| Modifier and Type | Field and Description |
|---|---|
static ImageDensity |
ImageDensity.ONE_TO_ONE |
static ImageDensity |
ImageDensity.THREE_TO_TWO |
static ImageDensity |
ImageDensity.TWO_TO_ONE |
static ImageDensity |
ImageDensity.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ImageDensity |
ImageDensity.fromString(String value) |
static ImageDensity |
ImageDensity.fromValue(String value) |
ImageDensity |
CreativeAsset.getImageDensity()
Gets the imageDensity value for this CreativeAsset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreativeAsset.setImageDensity(ImageDensity imageDensity)
Sets the imageDensity value for this CreativeAsset.
|
| Constructor and Description |
|---|
CreativeAsset(Long assetId,
byte[] assetByteArray,
String fileName,
Long fileSize,
String assetUrl,
Size size,
ClickTag[] clickTags,
ImageDensity imageDensity) |
Copyright © 2018. All Rights Reserved.