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