| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
CreativeGroupAssignment |
CreativeGroupAssignment.clone() |
CreativeGroupAssignment |
CreativeGroupAssignment.set(java.lang.String fieldName,
java.lang.Object value) |
CreativeGroupAssignment |
CreativeGroupAssignment.setCreativeGroupId(java.lang.Long creativeGroupId)
ID of the creative group to be assigned.
|
CreativeGroupAssignment |
CreativeGroupAssignment.setCreativeGroupNumber(java.lang.String creativeGroupNumber)
Creative group number of the creative group assignment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CreativeGroupAssignment> |
CreativeAssignment.getCreativeGroupAssignments()
Creative group assignments for this creative assignment.
|
java.util.List<CreativeGroupAssignment> |
Ad.getCreativeGroupAssignments()
Creative group assignments for this ad.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeAssignment |
CreativeAssignment.setCreativeGroupAssignments(java.util.List<CreativeGroupAssignment> creativeGroupAssignments)
Creative group assignments for this creative assignment.
|
Ad |
Ad.setCreativeGroupAssignments(java.util.List<CreativeGroupAssignment> creativeGroupAssignments)
Creative group assignments for this ad.
|