public class UserInvitation extends Object
Java class for UserInvitation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserInvitation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="RoleId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="AccountIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Lcid" type="{https://bingads.microsoft.com/Customer/v13/Entities}LCID" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
accountIds |
protected Long |
customerId |
protected String |
email |
protected Calendar |
expirationDate |
protected String |
firstName |
protected Long |
id |
protected String |
lastName |
protected LCID |
lcid |
protected Integer |
roleId |
| Constructor and Description |
|---|
UserInvitation() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getAccountIds()
Gets the value of the accountIds property.
|
Long |
getCustomerId()
Gets the value of the customerId property.
|
String |
getEmail()
Gets the value of the email property.
|
Calendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getLastName()
Gets the value of the lastName property.
|
LCID |
getLcid()
Gets the value of the lcid property.
|
Integer |
getRoleId()
Gets the value of the roleId property.
|
void |
setAccountIds(ArrayOflong value)
Sets the value of the accountIds property.
|
void |
setCustomerId(Long value)
Sets the value of the customerId property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setExpirationDate(Calendar value)
Sets the value of the expirationDate property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setLcid(LCID value)
Sets the value of the lcid property.
|
void |
setRoleId(Integer value)
Sets the value of the roleId property.
|
protected Long id
protected String firstName
protected String lastName
protected String email
protected Long customerId
protected Integer roleId
protected ArrayOflong accountIds
protected Calendar expirationDate
protected LCID lcid
public void setId(Long value)
value - allowed object is
Longpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic Long getCustomerId()
Longpublic void setCustomerId(Long value)
value - allowed object is
Longpublic Integer getRoleId()
Integerpublic void setRoleId(Integer value)
value - allowed object is
Integerpublic ArrayOflong getAccountIds()
ArrayOflongpublic void setAccountIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Calendar getExpirationDate()
Stringpublic void setExpirationDate(Calendar value)
value - allowed object is
StringCopyright © 2024. All rights reserved.