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