public class Dfareporting.UserProfiles
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.UserProfiles.Get |
class |
Dfareporting.UserProfiles.List |
| Constructor and Description |
|---|
Dfareporting.UserProfiles() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.UserProfiles.Get |
get(java.lang.Long profileId)
Gets one user profile by ID.
|
Dfareporting.UserProfiles.List |
list()
Retrieves list of user profiles for a user.
|
public Dfareporting.UserProfiles.Get get(java.lang.Long profileId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - The user profile ID.java.io.IOExceptionpublic Dfareporting.UserProfiles.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOException