public class Dfareporting.AccountUserProfiles extends 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 | 
|---|
AccountUserProfiles()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dfareporting.AccountUserProfiles.Get | 
get(Long profileId,
   Long id)
Gets one account user profile by ID. 
 | 
Dfareporting.AccountUserProfiles.Insert | 
insert(Long profileId,
      AccountUserProfile content)
Inserts a new account user profile. 
 | 
Dfareporting.AccountUserProfiles.List | 
list(Long profileId)
Retrieves a list of account user profiles, possibly filtered. 
 | 
Dfareporting.AccountUserProfiles.Patch | 
patch(Long profileId,
     Long id,
     AccountUserProfile content)
Updates an existing account user profile. 
 | 
Dfareporting.AccountUserProfiles.Update | 
update(Long profileId,
      AccountUserProfile content)
Updates an existing account user profile. 
 | 
public Dfareporting.AccountUserProfiles.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 - User profile ID.IOExceptionpublic Dfareporting.AccountUserProfiles.Insert insert(Long profileId, AccountUserProfile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the AccountUserProfileIOExceptionpublic Dfareporting.AccountUserProfiles.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.AccountUserProfiles.Patch patch(Long profileId, Long id, AccountUserProfile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. AccountUserProfile ID.content - the AccountUserProfileIOExceptionpublic Dfareporting.AccountUserProfiles.Update update(Long profileId, AccountUserProfile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the AccountUserProfileIOExceptionCopyright © 2011–2025 Google. All rights reserved.