| java.lang.Object | |||||
| ↳ | com.clarizen.api.BaseMessage | ||||
| ↳ | com.clarizen.api.queries.Query | ||||
| ↳ | com.clarizen.api.queries.BuiltInQuery | ||||
| ↳ | com.clarizen.api.projectmanagement.MyWorkItemsQuery | ||||
| ↳ | com.clarizen.api.projectmanagement.WorkItemsQuery | ||||
Java class for WorkItemsQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemsQuery">
<complexContent>
<extension base="{http://clarizen.com/api/projectManagement}MyWorkItemsQuery">
<sequence>
<element name="UserIds" type="{http://clarizen.com/api}ArrayOfEntityId" minOccurs="0"/>
<element name="Where" type="{http://clarizen.com/api/queries}Condition" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| userIds | |||||||||||
| where | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.projectmanagement.MyWorkItemsQuery
| |||||||||||
From class
com.clarizen.api.queries.BuiltInQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the userIds property.
| |||||||||||
Gets the value of the where property.
| |||||||||||
Sets the value of the userIds property.
| |||||||||||
Sets the value of the where property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.projectmanagement.MyWorkItemsQuery
| |||||||||||
From class
com.clarizen.api.queries.BuiltInQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the userIds property.
ArrayOfEntityId
Gets the value of the where property.
Condition
Sets the value of the userIds property.
| value | Allowed object is
ArrayOfEntityId
|
|---|
Sets the value of the where property.
| value | Allowed object is
Condition
|
|---|