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