public class

FilterRequest

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.FilterRequest
Known Direct Subclasses

Class Overview

Java class for FilterRequest complex type.

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

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

Summary

Fields
protected String filters
protected int maxCount
Public Constructors
FilterRequest()
Public Methods
String getFilters()
Gets the value of the filters property.
int getMaxCount()
Gets the value of the maxCount property.
void setFilters(String value)
Sets the value of the filters property.
void setMaxCount(int value)
Sets the value of the maxCount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String filters

protected int maxCount

Public Constructors

public FilterRequest ()

Public Methods

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 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