public class Dfareporting.Sites
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Sites.Get |
class |
Dfareporting.Sites.Insert |
class |
Dfareporting.Sites.List |
class |
Dfareporting.Sites.Patch |
class |
Dfareporting.Sites.Update |
| Constructor and Description |
|---|
Dfareporting.Sites() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Sites.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one site by ID.
|
Dfareporting.Sites.Insert |
insert(java.lang.Long profileId,
Site content)
Inserts a new site.
|
Dfareporting.Sites.List |
list(java.lang.Long profileId)
Retrieves a list of sites, possibly filtered.
|
Dfareporting.Sites.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
Site content)
Updates an existing site.
|
Dfareporting.Sites.Update |
update(java.lang.Long profileId,
Site content)
Updates an existing site.
|
public Dfareporting.Sites.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 - Site ID.java.io.IOExceptionpublic Dfareporting.Sites.Insert insert(java.lang.Long profileId, Site content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the Sitejava.io.IOExceptionpublic Dfareporting.Sites.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.Sites.Patch patch(java.lang.Long profileId, java.lang.Long id, Site content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Site ID.content - the Sitejava.io.IOExceptionpublic Dfareporting.Sites.Update update(java.lang.Long profileId, Site content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the Sitejava.io.IOException