| java.lang.Object | |||
| ↳ | com.clarizen.api.BaseMessage | ||
| ↳ | com.clarizen.api.queries.Query | ||
| ↳ | com.clarizen.api.queries.EntityQuery | ||
Known Direct Subclasses
|
Java class for EntityQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityQuery">
<complexContent>
<extension base="{http://clarizen.com/api/queries}Query">
<sequence>
<element name="Fields" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
<element name="Orders" type="{http://clarizen.com/api/queries}ArrayOfOrderBy" minOccurs="0"/>
<element name="TypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Where" type="{http://clarizen.com/api/queries}Condition" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fields | |||||||||||
| orders | |||||||||||
| typeName | |||||||||||
| where | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fields property.
| |||||||||||
Gets the value of the orders property.
| |||||||||||
Gets the value of the typeName property.
| |||||||||||
Gets the value of the where property.
| |||||||||||
Sets the value of the fields property.
| |||||||||||
Sets the value of the orders property.
| |||||||||||
Sets the value of the typeName property.
| |||||||||||
Sets the value of the where property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the fields property.
StringList
Gets the value of the orders property.
ArrayOfOrderBy
Gets the value of the typeName property.
Gets the value of the where property.
Condition
Sets the value of the fields property.
| value | Allowed object is
StringList
|
|---|
Sets the value of the orders property.
| value | Allowed object is
ArrayOfOrderBy
|
|---|
Sets the value of the typeName property.
| value | Allowed object is String |
|---|
Sets the value of the where property.
| value | Allowed object is
Condition
|
|---|