public class PendingInvitation extends Object
Java class for PendingInvitation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PendingInvitation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="manager" type="{https://adwords.google.com/api/adwords/mcm/v201809}ManagedCustomer" minOccurs="0"/>
<element name="client" type="{https://adwords.google.com/api/adwords/mcm/v201809}ManagedCustomer" minOccurs="0"/>
<element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedCustomer |
client |
protected String |
creationDate |
protected String |
expirationDate |
protected ManagedCustomer |
manager |
| Constructor and Description |
|---|
PendingInvitation() |
| Modifier and Type | Method and Description |
|---|---|
ManagedCustomer |
getClient()
Gets the value of the client property.
|
String |
getCreationDate()
Gets the value of the creationDate property.
|
String |
getExpirationDate()
Gets the value of the expirationDate property.
|
ManagedCustomer |
getManager()
Gets the value of the manager property.
|
void |
setClient(ManagedCustomer value)
Sets the value of the client property.
|
void |
setCreationDate(String value)
Sets the value of the creationDate property.
|
void |
setExpirationDate(String value)
Sets the value of the expirationDate property.
|
void |
setManager(ManagedCustomer value)
Sets the value of the manager property.
|
protected ManagedCustomer manager
protected ManagedCustomer client
protected String creationDate
protected String expirationDate
public ManagedCustomer getManager()
ManagedCustomerpublic void setManager(ManagedCustomer value)
value - allowed object is
ManagedCustomerpublic ManagedCustomer getClient()
ManagedCustomerpublic void setClient(ManagedCustomer value)
value - allowed object is
ManagedCustomerpublic String getCreationDate()
Stringpublic void setCreationDate(String value)
value - allowed object is
Stringpublic String getExpirationDate()
StringCopyright © 2023. All rights reserved.