public class

Query

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

Class Overview

Java class for Query complex type.

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

 <complexType name="Query">
   <complexContent>
     <extension base="{http://clarizen.com/api}BaseMessage">
       <sequence>
         <element name="Paging" type="{http://clarizen.com/api/queries}Paging" minOccurs="0"/>
         <element name="Permissions" type="{http://clarizen.com/api}PermissionOptions" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Paging paging
protected PermissionOptions permissions
Public Constructors
Query()
Public Methods
Paging getPaging()
Gets the value of the paging property.
PermissionOptions getPermissions()
Gets the value of the permissions property.
void setPaging(Paging value)
Sets the value of the paging property.
void setPermissions(PermissionOptions value)
Sets the value of the permissions property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Paging paging

protected PermissionOptions permissions

Public Constructors

public Query ()

Public Methods

public Paging getPaging ()

Gets the value of the paging property.

Returns

public PermissionOptions getPermissions ()

Gets the value of the permissions property.

Returns

public void setPaging (Paging value)

Sets the value of the paging property.

Parameters
value Allowed object is Paging

public void setPermissions (PermissionOptions value)

Sets the value of the permissions property.

Parameters
value Allowed object is PermissionOptions