public class Dfareporting.AccountPermissionGroups extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.AccountPermissionGroups.Get |
class |
Dfareporting.AccountPermissionGroups.List |
Constructor and Description |
---|
AccountPermissionGroups() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.AccountPermissionGroups.Get |
get(Long profileId,
Long id)
Gets one account permission group by ID.
|
Dfareporting.AccountPermissionGroups.List |
list(Long profileId)
Retrieves the list of account permission groups.
|
public Dfareporting.AccountPermissionGroups.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
- Account permission group ID.IOException
public Dfareporting.AccountPermissionGroups.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
Copyright © 2011–2025 Google. All rights reserved.