| java.lang.Object | |
| ↳ | com.avalara.avatax.services.FilterRequest |
Known Direct Subclasses
|
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| filters | |||||||||||
| maxCount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the filters property.
| |||||||||||
Gets the value of the maxCount property.
| |||||||||||
Sets the value of the filters property.
| |||||||||||
Sets the value of the maxCount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the filters property.
Gets the value of the maxCount property.
Sets the value of the filters property.
| value | Allowed object is String |
|---|
Sets the value of the maxCount property.
| value |
|---|