public class

TaskQuery

extends ListQueryBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.ListQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.TaskQuery

Class Overview

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>
 

Summary

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
protected DoneStatusFilterEnumType doneStatusFilter
protected SortByColumnTaskWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
TaskQuery()
Public Methods
DoneStatusFilterEnumType getDoneStatusFilter()
Gets the value of the doneStatusFilter property.
SortByColumnTaskWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
void setDoneStatusFilter(DoneStatusFilterEnumType value)
Sets the value of the doneStatusFilter property.
void setSortByColumn(SortByColumnTaskWithOrder value)
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DoneStatusFilterEnumType doneStatusFilter

protected SortByColumnTaskWithOrder sortByColumn

Public Constructors

public TaskQuery ()

Public Methods

public DoneStatusFilterEnumType getDoneStatusFilter ()

Gets the value of the doneStatusFilter property.

Returns

public SortByColumnTaskWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public void setDoneStatusFilter (DoneStatusFilterEnumType value)

Sets the value of the doneStatusFilter property.

Parameters
value Allowed object is DoneStatusFilterEnumType

public void setSortByColumn (SortByColumnTaskWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnTaskWithOrder