| java.lang.Object | ||
| ↳ | com.clarizen.api.BaseMessage | |
| ↳ | com.clarizen.api.queries.GetWorkItemResourcesMessage | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fields | |||||||||||
| permissions | |||||||||||
| workItemsIds | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fields property.
| |||||||||||
Gets the value of the permissions property.
| |||||||||||
Gets the value of the workItemsIds property.
| |||||||||||
Sets the value of the fields property.
| |||||||||||
Sets the value of the permissions property.
| |||||||||||
Sets the value of the workItemsIds property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fields property.
StringList
Gets the value of the permissions property.
PermissionOptions
Gets the value of the workItemsIds property.
ArrayOfEntityId
Sets the value of the fields property.
| value | Allowed object is
StringList
|
|---|
Sets the value of the permissions property.
| value | Allowed object is
PermissionOptions
|
|---|
Sets the value of the workItemsIds property.
| value | Allowed object is
ArrayOfEntityId
|
|---|