| java.lang.Object | ||||
| ↳ | com.clarizen.api.BaseMessage | |||
| ↳ | com.clarizen.api.queries.Query | |||
| ↳ | com.clarizen.api.queries.EntityQuery | |||
| ↳ | com.clarizen.api.projectmanagement.ExpenseQuery | |||
Java class for ExpenseQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpenseQuery">
<complexContent>
<extension base="{http://clarizen.com/api/queries}EntityQuery">
<sequence>
<element name="CustomerId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
<element name="ProjectId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customerId | |||||||||||
| projectId | |||||||||||
|
[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.
| |||||||||||
Sets the value of the customerId property.
| |||||||||||
Sets the value of the projectId 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
Sets the value of the customerId property.
| value | Allowed object is
EntityId
|
|---|
Sets the value of the projectId property.
| value | Allowed object is
EntityId
|
|---|