| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202105 |
| Modifier and Type | Field and Description |
|---|---|
static DelegationType |
DelegationType.MANAGE_ACCOUNT |
static DelegationType |
DelegationType.MANAGE_INVENTORY |
static DelegationType |
DelegationType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static DelegationType |
DelegationType.fromString(String value) |
static DelegationType |
DelegationType.fromValue(String value) |
DelegationType |
ChildPublisher.getApprovedDelegationType()
Gets the approvedDelegationType value for this ChildPublisher.
|
DelegationType |
ChildPublisher.getProposedDelegationType()
Gets the proposedDelegationType value for this ChildPublisher.
|
DelegationType |
ReInviteAction.getProposedDelegationType()
Gets the proposedDelegationType value for this ReInviteAction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildPublisher.setApprovedDelegationType(DelegationType approvedDelegationType)
Sets the approvedDelegationType value for this ChildPublisher.
|
void |
ChildPublisher.setProposedDelegationType(DelegationType proposedDelegationType)
Sets the proposedDelegationType value for this ChildPublisher.
|
void |
ReInviteAction.setProposedDelegationType(DelegationType proposedDelegationType)
Sets the proposedDelegationType value for this ReInviteAction.
|
| Constructor and Description |
|---|
ChildPublisher(DelegationType approvedDelegationType,
DelegationType proposedDelegationType,
DelegationStatus status,
AccountStatus accountStatus,
String childNetworkCode,
Long proposedRevenueShareMillipercent) |
ReInviteAction(DelegationType proposedDelegationType,
Long proposedRevenueShareMillipercent) |
Copyright © 2022. All rights reserved.