| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
CreativeDealAssociation |
CreativeDealAssociation.clone() |
CreativeDealAssociation |
RemoveDealAssociationRequest.getAssociation()
The association between a creative and a deal that should be removed.
|
CreativeDealAssociation |
AddDealAssociationRequest.getAssociation()
The association between a creative and a deal that should be added.
|
CreativeDealAssociation |
CreativeDealAssociation.set(String fieldName,
Object value) |
CreativeDealAssociation |
CreativeDealAssociation.setAccountId(String accountId)
The account the creative belongs to.
|
CreativeDealAssociation |
CreativeDealAssociation.setCreativeId(String creativeId)
The ID of the creative associated with the deal.
|
CreativeDealAssociation |
CreativeDealAssociation.setDealsId(String dealsId)
The externalDealId for the deal associated with the creative.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreativeDealAssociation> |
ListDealAssociationsResponse.getAssociations()
The list of associations.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveDealAssociationRequest |
RemoveDealAssociationRequest.setAssociation(CreativeDealAssociation association)
The association between a creative and a deal that should be removed.
|
AddDealAssociationRequest |
AddDealAssociationRequest.setAssociation(CreativeDealAssociation association)
The association between a creative and a deal that should be added.
|
| Modifier and Type | Method and Description |
|---|---|
ListDealAssociationsResponse |
ListDealAssociationsResponse.setAssociations(List<CreativeDealAssociation> associations)
The list of associations.
|
Copyright © 2011–2021 Google. All rights reserved.