| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.AdvertiserLandingPages.Insert |
Dfareporting.AdvertiserLandingPages.insert(java.lang.Long profileId,
LandingPage content)
Inserts a new landing page.
|
Dfareporting.AdvertiserLandingPages.Patch |
Dfareporting.AdvertiserLandingPages.patch(java.lang.Long profileId,
java.lang.Long id,
LandingPage content)
Updates an existing landing page.
|
Dfareporting.AdvertiserLandingPages.Update |
Dfareporting.AdvertiserLandingPages.update(java.lang.Long profileId,
LandingPage content)
Updates an existing landing page.
|
| Constructor and Description |
|---|
Dfareporting.AdvertiserLandingPages.Insert(java.lang.Long profileId,
LandingPage content)
Inserts a new landing page.
|
Dfareporting.AdvertiserLandingPages.Patch(java.lang.Long profileId,
java.lang.Long id,
LandingPage content)
Updates an existing landing page.
|
Dfareporting.AdvertiserLandingPages.Update(java.lang.Long profileId,
LandingPage content)
Updates an existing landing page.
|
| Modifier and Type | Method and Description |
|---|---|
LandingPage |
LandingPage.clone() |
LandingPage |
LandingPage.set(java.lang.String fieldName,
java.lang.Object value) |
LandingPage |
LandingPage.setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this landing page.
|
LandingPage |
LandingPage.setArchived(java.lang.Boolean archived)
Whether this landing page has been archived.
|
LandingPage |
LandingPage.setId(java.lang.Long id)
ID of this landing page.
|
LandingPage |
LandingPage.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
LandingPage |
LandingPage.setName(java.lang.String name)
Name of this landing page.
|
LandingPage |
LandingPage.setUrl(java.lang.String url)
URL of this landing page.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LandingPage> |
AdvertiserLandingPagesListResponse.getLandingPages()
Landing page collection
|
| Modifier and Type | Method and Description |
|---|---|
AdvertiserLandingPagesListResponse |
AdvertiserLandingPagesListResponse.setLandingPages(java.util.List<LandingPage> landingPages)
Landing page collection
|