public class

SearchQuery

extends Query
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.Query
       ↳ com.clarizen.api.queries.SearchQuery

Class Overview

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>
 

Summary

Fields
protected StringList fields
protected String searchText
protected StringList typeNames
protected Condition where
[Expand]
Inherited Fields
From class com.clarizen.api.queries.Query
Public Constructors
SearchQuery()
Public Methods
StringList getFields()
Gets the value of the fields property.
String getSearchText()
Gets the value of the searchText property.
StringList getTypeNames()
Gets the value of the typeNames property.
Condition getWhere()
Gets the value of the where property.
void setFields(StringList value)
Sets the value of the fields property.
void setSearchText(String value)
Sets the value of the searchText property.
void setTypeNames(StringList value)
Sets the value of the typeNames property.
void setWhere(Condition value)
Sets the value of the where property.
[Expand]
Inherited Methods
From class com.clarizen.api.queries.Query
From class java.lang.Object

Fields

protected StringList fields

protected String searchText

protected StringList typeNames

protected Condition where

Public Constructors

public SearchQuery ()

Public Methods

public StringList getFields ()

Gets the value of the fields property.

Returns

public String getSearchText ()

Gets the value of the searchText property.

Returns
  • possible object is String

public StringList getTypeNames ()

Gets the value of the typeNames property.

Returns

public Condition getWhere ()

Gets the value of the where property.

Returns

public void setFields (StringList value)

Sets the value of the fields property.

Parameters
value Allowed object is StringList

public void setSearchText (String value)

Sets the value of the searchText property.

Parameters
value Allowed object is String

public void setTypeNames (StringList value)

Sets the value of the typeNames property.

Parameters
value Allowed object is StringList

public void setWhere (Condition value)

Sets the value of the where property.

Parameters
value Allowed object is Condition