public class

Paging

extends Object
java.lang.Object
   ↳ com.clarizen.api.queries.Paging

Class Overview

Java class for Paging complex type.

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

 <complexType name="Paging">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HasMore" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean hasMore
protected Integer pageNumber
protected Integer pageSize
Public Constructors
Paging()
Public Methods
Integer getPageNumber()
Gets the value of the pageNumber property.
Integer getPageSize()
Gets the value of the pageSize property.
Boolean isHasMore()
Gets the value of the hasMore property.
void setHasMore(Boolean value)
Sets the value of the hasMore property.
void setPageNumber(Integer value)
Sets the value of the pageNumber property.
void setPageSize(Integer value)
Sets the value of the pageSize property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean hasMore

protected Integer pageNumber

protected Integer pageSize

Public Constructors

public Paging ()

Public Methods

public Integer getPageNumber ()

Gets the value of the pageNumber property.

Returns
  • possible object is Integer

public Integer getPageSize ()

Gets the value of the pageSize property.

Returns
  • possible object is Integer

public Boolean isHasMore ()

Gets the value of the hasMore property.

Returns
  • possible object is Boolean

public void setHasMore (Boolean value)

Sets the value of the hasMore property.

Parameters
value Allowed object is Boolean

public void setPageNumber (Integer value)

Sets the value of the pageNumber property.

Parameters
value Allowed object is Integer

public void setPageSize (Integer value)

Sets the value of the pageSize property.

Parameters
value Allowed object is Integer