public class

MyWorkItemsQuery

extends BuiltInQuery
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.Query
       ↳ com.clarizen.api.queries.BuiltInQuery
         ↳ com.clarizen.api.projectmanagement.MyWorkItemsQuery
Known Direct Subclasses

Class Overview

Java class for MyWorkItemsQuery complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MyWorkItemsQuery">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}BuiltInQuery">
       <sequence>
         <element name="ItemsFilter" type="{http://clarizen.com/api/projectManagement}WorkItemFilter" minOccurs="0"/>
         <element name="ItemsState" type="{http://clarizen.com/api/projectManagement}WorkItemState" minOccurs="0"/>
         <element name="ItemsType" type="{http://clarizen.com/api/projectManagement}WorkItemType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected WorkItemFilter itemsFilter
protected WorkItemState itemsState
protected WorkItemType itemsType
[Expand]
Inherited Fields
From class com.clarizen.api.queries.BuiltInQuery
From class com.clarizen.api.queries.Query
Public Constructors
MyWorkItemsQuery()
Public Methods
WorkItemFilter getItemsFilter()
Gets the value of the itemsFilter property.
WorkItemState getItemsState()
Gets the value of the itemsState property.
WorkItemType getItemsType()
Gets the value of the itemsType property.
void setItemsFilter(WorkItemFilter value)
Sets the value of the itemsFilter property.
void setItemsState(WorkItemState value)
Sets the value of the itemsState property.
void setItemsType(WorkItemType value)
Sets the value of the itemsType property.
[Expand]
Inherited Methods
From class com.clarizen.api.queries.BuiltInQuery
From class com.clarizen.api.queries.Query
From class java.lang.Object

Fields

protected WorkItemFilter itemsFilter

protected WorkItemState itemsState

protected WorkItemType itemsType

Public Constructors

public MyWorkItemsQuery ()

Public Methods

public WorkItemFilter getItemsFilter ()

Gets the value of the itemsFilter property.

Returns

public WorkItemState getItemsState ()

Gets the value of the itemsState property.

Returns

public WorkItemType getItemsType ()

Gets the value of the itemsType property.

Returns

public void setItemsFilter (WorkItemFilter value)

Sets the value of the itemsFilter property.

Parameters
value Allowed object is WorkItemFilter

public void setItemsState (WorkItemState value)

Sets the value of the itemsState property.

Parameters
value Allowed object is WorkItemState

public void setItemsType (WorkItemType value)

Sets the value of the itemsType property.

Parameters
value Allowed object is WorkItemType