public class

WorkItemsQuery

extends MyWorkItemsQuery
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

Class Overview

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>
 

Summary

Fields
protected ArrayOfEntityId userIds
protected Condition 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
WorkItemsQuery()
Public Methods
ArrayOfEntityId getUserIds()
Gets the value of the userIds property.
Condition getWhere()
Gets the value of the where property.
void setUserIds(ArrayOfEntityId value)
Sets the value of the userIds property.
void setWhere(Condition value)
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

Fields

protected ArrayOfEntityId userIds

protected Condition where

Public Constructors

public WorkItemsQuery ()

Public Methods

public ArrayOfEntityId getUserIds ()

Gets the value of the userIds property.

Returns

public Condition getWhere ()

Gets the value of the where property.

Returns

public void setUserIds (ArrayOfEntityId value)

Sets the value of the userIds property.

Parameters
value Allowed object is ArrayOfEntityId

public void setWhere (Condition value)

Sets the value of the where property.

Parameters
value Allowed object is Condition