public class

QueryResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.queries.QueryResult

Class Overview

Java class for QueryResult complex type.

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

 <complexType name="QueryResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="Entities" type="{http://clarizen.com/api}ArrayOfBaseEntity" minOccurs="0"/>
         <element name="Paging" type="{http://clarizen.com/api/queries}Paging" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfBaseEntity entities
protected Paging paging
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
QueryResult()
Public Methods
ArrayOfBaseEntity getEntities()
Gets the value of the entities property.
Paging getPaging()
Gets the value of the paging property.
void setEntities(ArrayOfBaseEntity value)
Sets the value of the entities property.
void setPaging(Paging value)
Sets the value of the paging property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected ArrayOfBaseEntity entities

protected Paging paging

Public Constructors

public QueryResult ()

Public Methods

public ArrayOfBaseEntity getEntities ()

Gets the value of the entities property.

Returns

public Paging getPaging ()

Gets the value of the paging property.

Returns

public void setEntities (ArrayOfBaseEntity value)

Sets the value of the entities property.

Parameters
value Allowed object is ArrayOfBaseEntity

public void setPaging (Paging value)

Sets the value of the paging property.

Parameters
value Allowed object is Paging