| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SyncStatusParam |
Product: QBW Description: Contains the Id and the type of object. As Id is of the IdSet type, it can come from any domain and needs to be provided to get the status.
Java class for SyncStatusParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncStatusParam">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet"/>
<element name="SyncToken" type="{http://www.intuit.com/sb/cdm/v2}syncToken" minOccurs="0"/>
<element name="ObjectType" type="{http://www.intuit.com/sb/cdm/v2}objectName"/>
<element name="PartyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| idSet | |||||||||||
| objectType | |||||||||||
| partyId | |||||||||||
| syncToken | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the idSet property.
| |||||||||||
Gets the value of the objectType property.
| |||||||||||
Gets the value of the partyId property.
| |||||||||||
Gets the value of the syncToken property.
| |||||||||||
Sets the value of the idSet property.
| |||||||||||
Sets the value of the objectType property.
| |||||||||||
Sets the value of the partyId property.
| |||||||||||
Sets the value of the syncToken property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the objectType property.
ObjectName
Gets the value of the partyId property.
Gets the value of the syncToken property.
Sets the value of the idSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the objectType property.
| value | Allowed object is
ObjectName
|
|---|
Sets the value of the partyId property.
| value | Allowed object is String |
|---|
Sets the value of the syncToken property.
| value | Allowed object is String |
|---|