public class ManagedCustomerOperation extends Operation
Note: The REMOVE operator is not supported.
Java class for ManagedCustomerOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagedCustomerOperation">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Operation">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/mcm/v201809}ManagedCustomer" minOccurs="0"/>
<element name="inviteeEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="inviteeRole" type="{https://adwords.google.com/api/adwords/mcm/v201809}AccessRole" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
inviteeEmail |
protected AccessRole |
inviteeRole |
protected ManagedCustomer |
operand |
operationType, operator| Constructor and Description |
|---|
ManagedCustomerOperation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInviteeEmail()
Gets the value of the inviteeEmail property.
|
AccessRole |
getInviteeRole()
Gets the value of the inviteeRole property.
|
ManagedCustomer |
getOperand()
Gets the value of the operand property.
|
void |
setInviteeEmail(String value)
Sets the value of the inviteeEmail property.
|
void |
setInviteeRole(AccessRole value)
Sets the value of the inviteeRole property.
|
void |
setOperand(ManagedCustomer value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected ManagedCustomer operand
protected String inviteeEmail
protected AccessRole inviteeRole
public ManagedCustomer getOperand()
ManagedCustomerpublic void setOperand(ManagedCustomer value)
value - allowed object is
ManagedCustomerpublic String getInviteeEmail()
Stringpublic void setInviteeEmail(String value)
value - allowed object is
Stringpublic AccessRole getInviteeRole()
AccessRolepublic void setInviteeRole(AccessRole value)
value - allowed object is
AccessRoleCopyright © 2023. All rights reserved.