| java.lang.Object | |
| ↳ | com.clarizen.api.queries.WorkItemResources |
Java class for WorkItemResources complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemResources">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Resources" type="{http://clarizen.com/api}ArrayOfBaseEntity" minOccurs="0"/>
<element name="WorkItemId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| resources | |||||||||||
| workItemId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the resources property.
| |||||||||||
Gets the value of the workItemId property.
| |||||||||||
Sets the value of the resources property.
| |||||||||||
Sets the value of the workItemId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the resources property.
ArrayOfBaseEntity
Gets the value of the workItemId property.
EntityId
Sets the value of the resources property.
| value | Allowed object is
ArrayOfBaseEntity
|
|---|
Sets the value of the workItemId property.
| value | Allowed object is
EntityId
|
|---|