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