public class

UserSummary

extends Object
java.lang.Object
   ↳ com.coupa.resources.UserSummary

Class Overview

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>
 

Summary

Fields
protected String email
protected String employeeNumber
protected String firstname
protected BigInteger id
protected String lastname
protected String login
protected String salesforceId
Public Constructors
UserSummary()
Public Methods
String getEmail()
Gets the value of the email property.
String getEmployeeNumber()
Gets the value of the employeeNumber property.
String getFirstname()
Gets the value of the firstname property.
BigInteger getId()
Gets the value of the id property.
String getLastname()
Gets the value of the lastname property.
String getLogin()
Gets the value of the login property.
String getSalesforceId()
Gets the value of the salesforceId property.
void setEmail(String value)
Sets the value of the email property.
void setEmployeeNumber(String value)
Sets the value of the employeeNumber property.
void setFirstname(String value)
Sets the value of the firstname property.
void setId(BigInteger value)
Sets the value of the id property.
void setLastname(String value)
Sets the value of the lastname property.
void setLogin(String value)
Sets the value of the login property.
void setSalesforceId(String value)
Sets the value of the salesforceId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String email

protected String employeeNumber

protected String firstname

protected BigInteger id

protected String lastname

protected String login

protected String salesforceId

Public Constructors

public UserSummary ()

Public Methods

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getEmployeeNumber ()

Gets the value of the employeeNumber property.

Returns
  • possible object is String

public String getFirstname ()

Gets the value of the firstname property.

Returns
  • possible object is String

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public String getLastname ()

Gets the value of the lastname property.

Returns
  • possible object is String

public String getLogin ()

Gets the value of the login property.

Returns
  • possible object is String

public String getSalesforceId ()

Gets the value of the salesforceId property.

Returns
  • possible object is String

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setEmployeeNumber (String value)

Sets the value of the employeeNumber property.

Parameters
value Allowed object is String

public void setFirstname (String value)

Sets the value of the firstname property.

Parameters
value Allowed object is String

public void setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public void setLastname (String value)

Sets the value of the lastname property.

Parameters
value Allowed object is String

public void setLogin (String value)

Sets the value of the login property.

Parameters
value Allowed object is String

public void setSalesforceId (String value)

Sets the value of the salesforceId property.

Parameters
value Allowed object is String