public class

FetchRequest

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.FetchRequest

Class Overview

Java class for FetchRequest complex type.

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

 <complexType name="FetchRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Fields" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Filters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Sort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MaxCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="PageIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="PageSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="RecordCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String fields
protected String filters
protected int maxCount
protected int pageIndex
protected int pageSize
protected int recordCount
protected String sort
Public Constructors
FetchRequest()
Public Methods
String getFields()
Gets the value of the fields property.
String getFilters()
Gets the value of the filters property.
int getMaxCount()
Gets the value of the maxCount property.
int getPageIndex()
Gets the value of the pageIndex property.
int getPageSize()
Gets the value of the pageSize property.
int getRecordCount()
Gets the value of the recordCount property.
String getSort()
Gets the value of the sort property.
void setFields(String value)
Sets the value of the fields property.
void setFilters(String value)
Sets the value of the filters property.
void setMaxCount(int value)
Sets the value of the maxCount property.
void setPageIndex(int value)
Sets the value of the pageIndex property.
void setPageSize(int value)
Sets the value of the pageSize property.
void setRecordCount(int value)
Sets the value of the recordCount property.
void setSort(String value)
Sets the value of the sort property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String fields

protected String filters

protected int maxCount

protected int pageIndex

protected int pageSize

protected int recordCount

protected String sort

Public Constructors

public FetchRequest ()

Public Methods

public String getFields ()

Gets the value of the fields property.

Returns
  • possible object is String

public String getFilters ()

Gets the value of the filters property.

Returns
  • possible object is String

public int getMaxCount ()

Gets the value of the maxCount property.

public int getPageIndex ()

Gets the value of the pageIndex property.

public int getPageSize ()

Gets the value of the pageSize property.

public int getRecordCount ()

Gets the value of the recordCount property.

public String getSort ()

Gets the value of the sort property.

Returns
  • possible object is String

public void setFields (String value)

Sets the value of the fields property.

Parameters
value Allowed object is String

public void setFilters (String value)

Sets the value of the filters property.

Parameters
value Allowed object is String

public void setMaxCount (int value)

Sets the value of the maxCount property.

Parameters
value

public void setPageIndex (int value)

Sets the value of the pageIndex property.

Parameters
value

public void setPageSize (int value)

Sets the value of the pageSize property.

Parameters
value

public void setRecordCount (int value)

Sets the value of the recordCount property.

Parameters
value

public void setSort (String value)

Sets the value of the sort property.

Parameters
value Allowed object is String