| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.CreativeFields.Insert |
Dfareporting.CreativeFields.insert(java.lang.Long profileId,
CreativeField content)
Inserts a new creative field.
|
Dfareporting.CreativeFields.Patch |
Dfareporting.CreativeFields.patch(java.lang.Long profileId,
java.lang.Long id,
CreativeField content)
Updates an existing creative field.
|
Dfareporting.CreativeFields.Update |
Dfareporting.CreativeFields.update(java.lang.Long profileId,
CreativeField content)
Updates an existing creative field.
|
| Constructor and Description |
|---|
Dfareporting.CreativeFields.Insert(java.lang.Long profileId,
CreativeField content)
Inserts a new creative field.
|
Dfareporting.CreativeFields.Patch(java.lang.Long profileId,
java.lang.Long id,
CreativeField content)
Updates an existing creative field.
|
Dfareporting.CreativeFields.Update(java.lang.Long profileId,
CreativeField content)
Updates an existing creative field.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeField |
CreativeField.clone() |
CreativeField |
CreativeField.set(java.lang.String fieldName,
java.lang.Object value) |
CreativeField |
CreativeField.setAccountId(java.lang.Long accountId)
Account ID of this creative field.
|
CreativeField |
CreativeField.setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this creative field.
|
CreativeField |
CreativeField.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
CreativeField |
CreativeField.setId(java.lang.Long id)
ID of this creative field.
|
CreativeField |
CreativeField.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
CreativeField |
CreativeField.setName(java.lang.String name)
Name of this creative field.
|
CreativeField |
CreativeField.setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this creative field.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CreativeField> |
CreativeFieldsListResponse.getCreativeFields()
Creative field collection.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeFieldsListResponse |
CreativeFieldsListResponse.setCreativeFields(java.util.List<CreativeField> creativeFields)
Creative field collection.
|