| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.ListQueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.TaskQuery | ||
Product: QBW Description: ToDo in QuickBoooks Desktop Returns all Tasks, by default. Apply filters to obtain specific subset of Tasks
Java class for TaskQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskQuery">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}ListQueryBase">
<sequence>
<element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnTaskWithOrder" minOccurs="0"/>
<element name="DoneStatusFilter" type="{http://www.intuit.com/sb/cdm/v2}DoneStatusFilterEnumType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| doneStatusFilter | |||||||||||
| sortByColumn | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the doneStatusFilter property.
| |||||||||||
Gets the value of the sortByColumn property.
| |||||||||||
Sets the value of the doneStatusFilter property.
| |||||||||||
Sets the value of the sortByColumn property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the doneStatusFilter property.
DoneStatusFilterEnumType
Gets the value of the sortByColumn property.
SortByColumnTaskWithOrder
Sets the value of the doneStatusFilter property.
| value | Allowed object is
DoneStatusFilterEnumType
|
|---|
Sets the value of the sortByColumn property.
| value | Allowed object is
SortByColumnTaskWithOrder
|
|---|