public class

QueryByExample

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

Class Overview

Java class for QueryByExample complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QueryByExample">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}Query">
       <sequence>
         <element name="Entity" type="{http://clarizen.com/api}BaseEntity" minOccurs="0"/>
         <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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BaseEntity entity
protected StringList fields
protected ArrayOfOrderBy orders
protected String typeName
[Expand]
Inherited Fields
From class com.clarizen.api.queries.Query
Public Constructors
QueryByExample()
Public Methods
BaseEntity getEntity()
Gets the value of the entity property.
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.
void setEntity(BaseEntity value)
Sets the value of the entity 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.
[Expand]
Inherited Methods
From class com.clarizen.api.queries.Query
From class java.lang.Object

Fields

protected BaseEntity entity

protected StringList fields

protected ArrayOfOrderBy orders

protected String typeName

Public Constructors

public QueryByExample ()

Public Methods

public BaseEntity getEntity ()

Gets the value of the entity property.

Returns

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 void setEntity (BaseEntity value)

Sets the value of the entity property.

Parameters
value Allowed object is BaseEntity

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