public class Dfareporting.DirectorySites extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Dfareporting.DirectorySites.Get  | 
class  | 
Dfareporting.DirectorySites.Insert  | 
class  | 
Dfareporting.DirectorySites.List  | 
| Constructor and Description | 
|---|
DirectorySites()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dfareporting.DirectorySites.Get | 
get(Long profileId,
   Long id)
Gets one directory site by ID. 
 | 
Dfareporting.DirectorySites.Insert | 
insert(Long profileId,
      DirectorySite content)
Inserts a new directory site. 
 | 
Dfareporting.DirectorySites.List | 
list(Long profileId)
Retrieves a list of directory sites, possibly filtered. 
 | 
public Dfareporting.DirectorySites.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Directory site ID.IOExceptionpublic Dfareporting.DirectorySites.Insert insert(Long profileId, DirectorySite content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the DirectorySiteIOExceptionpublic Dfareporting.DirectorySites.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionCopyright © 2011–2025 Google. All rights reserved.