| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ReconnectResponse |
Description: For retrieving information for current user.
Java class for ReconnectResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconnectResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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"/>
<element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OAuthToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OAuthTokenSecret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| errorCode | |||||||||||
| errorMessage | |||||||||||
| oAuthToken | |||||||||||
| oAuthTokenSecret | |||||||||||
| serverTime | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the errorMessage property.
| |||||||||||
Gets the value of the oAuthToken property.
| |||||||||||
Gets the value of the oAuthTokenSecret property.
| |||||||||||
Gets the value of the serverTime property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the errorMessage property.
| |||||||||||
Sets the value of the oAuthToken property.
| |||||||||||
Sets the value of the oAuthTokenSecret property.
| |||||||||||
Sets the value of the serverTime property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the errorCode property.
Gets the value of the errorMessage property.
Gets the value of the oAuthToken property.
Gets the value of the oAuthTokenSecret property.
Gets the value of the serverTime property.
Sets the value of the errorCode property.
| value | Allowed object is Integer |
|---|
Sets the value of the errorMessage property.
| value | Allowed object is String |
|---|
Sets the value of the oAuthToken property.
| value | Allowed object is String |
|---|
Sets the value of the oAuthTokenSecret property.
| value | Allowed object is String |
|---|
Sets the value of the serverTime property.
| value | Allowed object is String |
|---|