| java.lang.Object | |
| ↳ | com.coupa.resources.ContactSummary |
Java class for contact-summary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contact-summary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="updated-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name-prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name-suffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name-additional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name-given" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name-family" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name-fullname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="phone-work" type="{}phone-number-summary" minOccurs="0"/>
<element name="phone-mobile" type="{}phone-number-summary" minOccurs="0"/>
<element name="phone-fax" type="{}phone-number-summary" minOccurs="0"/>
<element name="created-by" type="{}user-summary" minOccurs="0"/>
<element name="updated-by" type="{}user-summary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| createdAt | |||||||||||
| createdBy | |||||||||||
| id | |||||||||||
| nameAdditional | |||||||||||
| nameFamily | |||||||||||
| nameFullname | |||||||||||
| nameGiven | |||||||||||
| namePrefix | |||||||||||
| nameSuffix | |||||||||||
| notes | |||||||||||
| phoneFax | |||||||||||
| phoneMobile | |||||||||||
| phoneWork | |||||||||||
| updatedAt | |||||||||||
| updatedBy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the nameAdditional property.
| |||||||||||
Gets the value of the nameFamily property.
| |||||||||||
Gets the value of the nameFullname property.
| |||||||||||
Gets the value of the nameGiven property.
| |||||||||||
Gets the value of the namePrefix property.
| |||||||||||
Gets the value of the nameSuffix property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the phoneFax property.
| |||||||||||
Gets the value of the phoneMobile property.
| |||||||||||
Gets the value of the phoneWork property.
| |||||||||||
Gets the value of the updatedAt property.
| |||||||||||
Gets the value of the updatedBy property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the nameAdditional property.
| |||||||||||
Sets the value of the nameFamily property.
| |||||||||||
Sets the value of the nameFullname property.
| |||||||||||
Sets the value of the nameGiven property.
| |||||||||||
Sets the value of the namePrefix property.
| |||||||||||
Sets the value of the nameSuffix property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the phoneFax property.
| |||||||||||
Sets the value of the phoneMobile property.
| |||||||||||
Sets the value of the phoneWork property.
| |||||||||||
Sets the value of the updatedAt property.
| |||||||||||
Sets the value of the updatedBy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the createdAt property.
Gets the value of the createdBy property.
UserSummary
Gets the value of the email property.
Gets the value of the id property.
Gets the value of the nameAdditional property.
Gets the value of the nameFamily property.
Gets the value of the nameFullname property.
Gets the value of the nameGiven property.
Gets the value of the namePrefix property.
Gets the value of the nameSuffix property.
Gets the value of the notes property.
Gets the value of the phoneFax property.
PhoneNumberSummary
Gets the value of the phoneMobile property.
PhoneNumberSummary
Gets the value of the phoneWork property.
PhoneNumberSummary
Gets the value of the updatedAt property.
Gets the value of the updatedBy property.
UserSummary
Sets the value of the createdAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createdBy property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the nameAdditional property.
| value | Allowed object is String |
|---|
Sets the value of the nameFamily property.
| value | Allowed object is String |
|---|
Sets the value of the nameFullname property.
| value | Allowed object is String |
|---|
Sets the value of the nameGiven property.
| value | Allowed object is String |
|---|
Sets the value of the namePrefix property.
| value | Allowed object is String |
|---|
Sets the value of the nameSuffix property.
| value | Allowed object is String |
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the phoneFax property.
| value | Allowed object is
PhoneNumberSummary
|
|---|
Sets the value of the phoneMobile property.
| value | Allowed object is
PhoneNumberSummary
|
|---|
Sets the value of the phoneWork property.
| value | Allowed object is
PhoneNumberSummary
|
|---|
Sets the value of the updatedAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedBy property.
| value | Allowed object is
UserSummary
|
|---|