java.lang.Object | |
↳ | com.avalara.avatax.services.FetchRequest |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
fields | |||||||||||
filters | |||||||||||
maxCount | |||||||||||
pageIndex | |||||||||||
pageSize | |||||||||||
recordCount | |||||||||||
sort |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fields property.
| |||||||||||
Gets the value of the filters property.
| |||||||||||
Gets the value of the maxCount property.
| |||||||||||
Gets the value of the pageIndex property.
| |||||||||||
Gets the value of the pageSize property.
| |||||||||||
Gets the value of the recordCount property.
| |||||||||||
Gets the value of the sort property.
| |||||||||||
Sets the value of the fields property.
| |||||||||||
Sets the value of the filters property.
| |||||||||||
Sets the value of the maxCount property.
| |||||||||||
Sets the value of the pageIndex property.
| |||||||||||
Sets the value of the pageSize property.
| |||||||||||
Sets the value of the recordCount property.
| |||||||||||
Sets the value of the sort property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the fields property.
Gets the value of the filters property.
Gets the value of the maxCount property.
Gets the value of the pageIndex property.
Gets the value of the pageSize property.
Gets the value of the recordCount property.
Gets the value of the sort property.
Sets the value of the fields property.
value | Allowed object is String |
---|
Sets the value of the filters property.
value | Allowed object is String |
---|
Sets the value of the maxCount property.
value |
---|
Sets the value of the pageIndex property.
value |
---|
Sets the value of the pageSize property.
value |
---|
Sets the value of the recordCount property.
value |
---|
Sets the value of the sort property.
value | Allowed object is String |
---|