| java.lang.Object | |
| ↳ | com.coupa.resources.UserSummary |
Java class for user-summary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="user-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="login" 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="employee-number" type="{http://www.w3.org/2001/XMLSchema}string" 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="salesforce-id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeNumber | |||||||||||
| firstname | |||||||||||
| id | |||||||||||
| lastname | |||||||||||
| login | |||||||||||
| salesforceId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the email property.
| |||||||||||
Gets the value of the employeeNumber property.
| |||||||||||
Gets the value of the firstname property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the lastname property.
| |||||||||||
Gets the value of the login property.
| |||||||||||
Gets the value of the salesforceId property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the employeeNumber property.
| |||||||||||
Sets the value of the firstname property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the lastname property.
| |||||||||||
Sets the value of the login property.
| |||||||||||
Sets the value of the salesforceId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the email property.
Gets the value of the employeeNumber property.
Gets the value of the firstname property.
Gets the value of the id property.
Gets the value of the lastname property.
Gets the value of the login property.
Gets the value of the salesforceId property.
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the employeeNumber property.
| value | Allowed object is String |
|---|
Sets the value of the firstname property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the lastname property.
| value | Allowed object is String |
|---|
Sets the value of the login property.
| value | Allowed object is String |
|---|
Sets the value of the salesforceId property.
| value | Allowed object is String |
|---|