| java.lang.Object | |||
| ↳ | com.clarizen.api.BaseMessage | ||
| ↳ | com.clarizen.api.queries.Query | ||
| ↳ | com.clarizen.api.queries.SearchQuery | ||
Java class for SearchQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchQuery">
<complexContent>
<extension base="{http://clarizen.com/api/queries}Query">
<sequence>
<element name="Fields" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
<element name="SearchText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TypeNames" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
<element name="Where" type="{http://clarizen.com/api/queries}Condition" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fields | |||||||||||
| searchText | |||||||||||
| typeNames | |||||||||||
| 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 searchText property.
| |||||||||||
Gets the value of the typeNames property.
| |||||||||||
Gets the value of the where property.
| |||||||||||
Sets the value of the fields property.
| |||||||||||
Sets the value of the searchText property.
| |||||||||||
Sets the value of the typeNames 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 searchText property.
Gets the value of the typeNames property.
StringList
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 searchText property.
| value | Allowed object is String |
|---|
Sets the value of the typeNames property.
| value | Allowed object is
StringList
|
|---|
Sets the value of the where property.
| value | Allowed object is
Condition
|
|---|