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(Long profileId,
Subaccount content)
Inserts a new subaccount.
|
Dfareporting.Subaccounts.Patch |
Dfareporting.Subaccounts.patch(Long profileId,
Long id,
Subaccount content)
Updates an existing subaccount.
|
Dfareporting.Subaccounts.Update |
Dfareporting.Subaccounts.update(Long profileId,
Subaccount content)
Updates an existing subaccount.
|
Constructor and Description |
---|
Insert(Long profileId,
Subaccount content)
Inserts a new subaccount.
|
Patch(Long profileId,
Long id,
Subaccount content)
Updates an existing subaccount.
|
Update(Long profileId,
Subaccount content)
Updates an existing subaccount.
|
Modifier and Type | Method and Description |
---|---|
Subaccount |
Subaccount.clone() |
Subaccount |
Subaccount.set(String fieldName,
Object value) |
Subaccount |
Subaccount.setAccountId(Long accountId)
ID of the account that contains this subaccount.
|
Subaccount |
Subaccount.setAvailablePermissionIds(List<Long> availablePermissionIds)
IDs of the available user role permissions for this subaccount.
|
Subaccount |
Subaccount.setId(Long id)
ID of this subaccount.
|
Subaccount |
Subaccount.setKind(String kind)
Identifies what kind of resource this is.
|
Subaccount |
Subaccount.setName(String name)
Name of this subaccount.
|
Modifier and Type | Method and Description |
---|---|
List<Subaccount> |
SubaccountsListResponse.getSubaccounts()
Subaccount collection.
|
Modifier and Type | Method and Description |
---|---|
SubaccountsListResponse |
SubaccountsListResponse.setSubaccounts(List<Subaccount> subaccounts)
Subaccount collection.
|
Copyright © 2011–2025 Google. All rights reserved.