| java.lang.Object | ||||
| ↳ | com.clarizen.api.BaseMessage | |||
| ↳ | com.clarizen.api.queries.Query | |||
| ↳ | com.clarizen.api.queries.EntityQuery | |||
| ↳ | com.clarizen.api.projectmanagement.TimesheetQuery | |||
Java class for TimesheetQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimesheetQuery">
<complexContent>
<extension base="{http://clarizen.com/api/queries}EntityQuery">
<sequence>
<element name="CustomerId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
<element name="IAmTheApprover" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ProjectId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
<element name="TimesheetState" type="{http://clarizen.com/api}TimesheetState" minOccurs="0"/>
<element name="WorkItems" type="{http://clarizen.com/api}ArrayOfEntityId" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customerId | |||||||||||
| iAmTheApprover | |||||||||||
| projectId | |||||||||||
| timesheetState | |||||||||||
| workItems | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.EntityQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customerId property.
| |||||||||||
Gets the value of the projectId property.
| |||||||||||
Gets the value of the timesheetState property.
| |||||||||||
Gets the value of the workItems property.
| |||||||||||
Gets the value of the iAmTheApprover property.
| |||||||||||
Sets the value of the customerId property.
| |||||||||||
Sets the value of the iAmTheApprover property.
| |||||||||||
Sets the value of the projectId property.
| |||||||||||
Sets the value of the workItems property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.EntityQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customerId property.
EntityId
Gets the value of the projectId property.
EntityId
Gets the value of the timesheetState property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the timesheetState property.
For example, to add a new item, do as follows:
getTimesheetState().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the workItems property.
ArrayOfEntityId
Gets the value of the iAmTheApprover property.
Sets the value of the customerId property.
| value | Allowed object is
EntityId
|
|---|
Sets the value of the iAmTheApprover property.
| value | Allowed object is Boolean |
|---|
Sets the value of the projectId property.
| value | Allowed object is
EntityId
|
|---|
Sets the value of the workItems property.
| value | Allowed object is
ArrayOfEntityId
|
|---|