public class Dfareporting.AccountPermissions extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.AccountPermissions.Get |
class |
Dfareporting.AccountPermissions.List |
Constructor and Description |
---|
AccountPermissions() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.AccountPermissions.Get |
get(Long profileId,
Long id)
Gets one account permission by ID.
|
Dfareporting.AccountPermissions.List |
list(Long profileId)
Retrieves the list of account permissions.
|
public Dfareporting.AccountPermissions.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 ID.IOException
public Dfareporting.AccountPermissions.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.