public class

GetWorkItemResourcesMessage

extends BaseMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.GetWorkItemResourcesMessage

Class Overview

Java class for GetWorkItemResourcesMessage complex type.

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

 <complexType name="GetWorkItemResourcesMessage">
   <complexContent>
     <extension base="{http://clarizen.com/api}BaseMessage">
       <sequence>
         <element name="Fields" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
         <element name="Permissions" type="{http://clarizen.com/api}PermissionOptions" minOccurs="0"/>
         <element name="WorkItemsIds" type="{http://clarizen.com/api}ArrayOfEntityId" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected StringList fields
protected PermissionOptions permissions
protected ArrayOfEntityId workItemsIds
Public Constructors
GetWorkItemResourcesMessage()
Public Methods
StringList getFields()
Gets the value of the fields property.
PermissionOptions getPermissions()
Gets the value of the permissions property.
ArrayOfEntityId getWorkItemsIds()
Gets the value of the workItemsIds property.
void setFields(StringList value)
Sets the value of the fields property.
void setPermissions(PermissionOptions value)
Sets the value of the permissions property.
void setWorkItemsIds(ArrayOfEntityId value)
Sets the value of the workItemsIds property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected StringList fields

protected PermissionOptions permissions

protected ArrayOfEntityId workItemsIds

Public Constructors

public GetWorkItemResourcesMessage ()

Public Methods

public StringList getFields ()

Gets the value of the fields property.

Returns

public PermissionOptions getPermissions ()

Gets the value of the permissions property.

Returns

public ArrayOfEntityId getWorkItemsIds ()

Gets the value of the workItemsIds property.

Returns

public void setFields (StringList value)

Sets the value of the fields property.

Parameters
value Allowed object is StringList

public void setPermissions (PermissionOptions value)

Sets the value of the permissions property.

Parameters
value Allowed object is PermissionOptions

public void setWorkItemsIds (ArrayOfEntityId value)

Sets the value of the workItemsIds property.

Parameters
value Allowed object is ArrayOfEntityId