| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Subaccounts.Insert |
Dfareporting.Subaccounts.insert(java.lang.Long profileId,
Subaccount content)
Inserts a new subaccount.
|
Dfareporting.Subaccounts.Patch |
Dfareporting.Subaccounts.patch(java.lang.Long profileId,
java.lang.Long id,
Subaccount content)
Updates an existing subaccount.
|
Dfareporting.Subaccounts.Update |
Dfareporting.Subaccounts.update(java.lang.Long profileId,
Subaccount content)
Updates an existing subaccount.
|
| Constructor and Description |
|---|
Dfareporting.Subaccounts.Insert(java.lang.Long profileId,
Subaccount content)
Inserts a new subaccount.
|
Dfareporting.Subaccounts.Patch(java.lang.Long profileId,
java.lang.Long id,
Subaccount content)
Updates an existing subaccount.
|
Dfareporting.Subaccounts.Update(java.lang.Long profileId,
Subaccount content)
Updates an existing subaccount.
|
| Modifier and Type | Method and Description |
|---|---|
Subaccount |
Subaccount.clone() |
Subaccount |
Subaccount.set(java.lang.String fieldName,
java.lang.Object value) |
Subaccount |
Subaccount.setAccountId(java.lang.Long accountId)
ID of the account that contains this subaccount.
|
Subaccount |
Subaccount.setAvailablePermissionIds(java.util.List<java.lang.Long> availablePermissionIds)
IDs of the available user role permissions for this subaccount.
|
Subaccount |
Subaccount.setId(java.lang.Long id)
ID of this subaccount.
|
Subaccount |
Subaccount.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Subaccount |
Subaccount.setName(java.lang.String name)
Name of this subaccount.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Subaccount> |
SubaccountsListResponse.getSubaccounts()
Subaccount collection.
|
| Modifier and Type | Method and Description |
|---|---|
SubaccountsListResponse |
SubaccountsListResponse.setSubaccounts(java.util.List<Subaccount> subaccounts)
Subaccount collection.
|