| java.lang.Object | ||||
| ↳ | com.clarizen.api.BaseMessage | |||
| ↳ | com.clarizen.api.queries.Query | |||
| ↳ | com.clarizen.api.queries.EntityQuery | |||
| ↳ | com.clarizen.api.projectmanagement.TimesheetViewQuery | |||
Java class for TimesheetViewQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimesheetViewQuery">
<complexContent>
<extension base="{http://clarizen.com/api/queries}EntityQuery">
<sequence>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="UserId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endDate | |||||||||||
| startDate | |||||||||||
| userId | |||||||||||
|
[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 endDate property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the userId property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the userId 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 endDate property.
Gets the value of the startDate property.
Gets the value of the userId property.
EntityId
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the userId property.
| value | Allowed object is
EntityId
|
|---|