| java.lang.Object | ||
| ↳ | com.clarizen.api.Result | |
| ↳ | com.clarizen.api.queries.GetWorkItemResourcesResult | |
Java class for GetWorkItemResourcesResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetWorkItemResourcesResult">
<complexContent>
<extension base="{http://clarizen.com/api}Result">
<sequence>
<element name="WorkItemResources" type="{http://clarizen.com/api/queries}ArrayOfWorkItemResources" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| workItemResources | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the workItemResources property.
| |||||||||||
Sets the value of the workItemResources property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the workItemResources property.
ArrayOfWorkItemResources
Sets the value of the workItemResources property.
| value | Allowed object is
ArrayOfWorkItemResources
|
|---|