| 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
|
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemsFilter | |||||||||||
| itemsState | |||||||||||
| itemsType | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.BuiltInQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the itemsFilter property.
| |||||||||||
Gets the value of the itemsState property.
| |||||||||||
Gets the value of the itemsType property.
| |||||||||||
Sets the value of the itemsFilter property.
| |||||||||||
Sets the value of the itemsState property.
| |||||||||||
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
| |||||||||||
Gets the value of the itemsFilter property.
WorkItemFilter
Gets the value of the itemsState property.
WorkItemState
Gets the value of the itemsType property.
WorkItemType
Sets the value of the itemsFilter property.
| value | Allowed object is
WorkItemFilter
|
|---|
Sets the value of the itemsState property.
| value | Allowed object is
WorkItemState
|
|---|
Sets the value of the itemsType property.
| value | Allowed object is
WorkItemType
|
|---|