public class Dfareporting.AdvertiserLandingPages
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.AdvertiserLandingPages.Get |
class |
Dfareporting.AdvertiserLandingPages.Insert |
class |
Dfareporting.AdvertiserLandingPages.List |
class |
Dfareporting.AdvertiserLandingPages.Patch |
class |
Dfareporting.AdvertiserLandingPages.Update |
| Constructor and Description |
|---|
Dfareporting.AdvertiserLandingPages() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.AdvertiserLandingPages.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one landing page by ID.
|
Dfareporting.AdvertiserLandingPages.Insert |
insert(java.lang.Long profileId,
LandingPage content)
Inserts a new landing page.
|
Dfareporting.AdvertiserLandingPages.List |
list(java.lang.Long profileId)
Retrieves a list of landing pages.
|
Dfareporting.AdvertiserLandingPages.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
LandingPage content)
Updates an existing landing page.
|
Dfareporting.AdvertiserLandingPages.Update |
update(java.lang.Long profileId,
LandingPage content)
Updates an existing landing page.
|
public Dfareporting.AdvertiserLandingPages.Get get(java.lang.Long profileId, java.lang.Long id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Landing page ID.java.io.IOExceptionpublic Dfareporting.AdvertiserLandingPages.Insert insert(java.lang.Long profileId, LandingPage content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the LandingPagejava.io.IOExceptionpublic Dfareporting.AdvertiserLandingPages.List list(java.lang.Long profileId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.java.io.IOExceptionpublic Dfareporting.AdvertiserLandingPages.Patch patch(java.lang.Long profileId, java.lang.Long id, LandingPage content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Landing page ID.content - the LandingPagejava.io.IOExceptionpublic Dfareporting.AdvertiserLandingPages.Update update(java.lang.Long profileId, LandingPage content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the LandingPagejava.io.IOException