public class

EntityQuery

extends Query
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.Query
       ↳ com.clarizen.api.queries.EntityQuery
Known Direct Subclasses

Class Overview

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>
 

Summary

Fields
protected StringList fields
protected ArrayOfOrderBy orders
protected String typeName
protected Condition where
[Expand]
Inherited Fields
From class com.clarizen.api.queries.Query
Public Constructors
EntityQuery()
Public Methods
StringList getFields()
Gets the value of the fields property.
ArrayOfOrderBy getOrders()
Gets the value of the orders property.
String getTypeName()
Gets the value of the typeName property.
Condition getWhere()
Gets the value of the where property.
void setFields(StringList value)
Sets the value of the fields property.
void setOrders(ArrayOfOrderBy value)
Sets the value of the orders property.
void setTypeName(String value)
Sets the value of the typeName 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 ArrayOfOrderBy orders

protected String typeName

protected Condition where

Public Constructors

public EntityQuery ()

Public Methods

public StringList getFields ()

Gets the value of the fields property.

Returns

public ArrayOfOrderBy getOrders ()

Gets the value of the orders property.

Returns

public String getTypeName ()

Gets the value of the typeName property.

Returns
  • possible object is String

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 setOrders (ArrayOfOrderBy value)

Sets the value of the orders property.

Parameters
value Allowed object is ArrayOfOrderBy

public void setTypeName (String value)

Sets the value of the typeName property.

Parameters
value Allowed object is String

public void setWhere (Condition value)

Sets the value of the where property.

Parameters
value Allowed object is Condition