| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.UserResponse |
Description: For retrieving information for current user.
Java class for UserResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="User" type="{http://platform.intuit.com/api/v1}UserInformation" minOccurs="0"/>
<element name="ServerTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| errorCode | |||||||||||
| serverTime | |||||||||||
| user | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the serverTime property.
| |||||||||||
Gets the value of the user property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the serverTime property.
| |||||||||||
Sets the value of the user property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the errorCode property.
Gets the value of the serverTime property.
Gets the value of the user property.
UserInformation
Sets the value of the errorCode property.
| value | Allowed object is Integer |
|---|
Sets the value of the serverTime property.
| value | Allowed object is String |
|---|
Sets the value of the user property.
| value | Allowed object is
UserInformation
|
|---|