Package Avalara.SDK.api.EInvoicing.V1
Class DocumentsApi.GetDocumentListRequest
- java.lang.Object
-
- Avalara.SDK.api.EInvoicing.V1.DocumentsApi.GetDocumentListRequest
-
- Enclosing class:
- DocumentsApi
public class DocumentsApi.GetDocumentListRequest extends Object
Represents the Request object for the GetDocumentList API
-
-
Constructor Summary
Constructors Constructor Description GetDocumentListRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget$count()Stringget$countOnly()Stringget$filter()Integerget$skip()Integerget$top()StringgetAvalaraVersion()OffsetDateTimegetEndDate()StringgetFlow()OffsetDateTimegetStartDate()StringgetXAvalaraClient()voidset$count(String $count)voidset$countOnly(String $countOnly)voidset$filter(String $filter)voidset$skip(Integer $skip)voidset$top(Integer $top)voidsetAvalaraVersion(String avalaraVersion)voidsetEndDate(OffsetDateTime endDate)voidsetFlow(String flow)voidsetStartDate(OffsetDateTime startDate)voidsetXAvalaraClient(String xAvalaraClient)
-
-
-
Method Detail
-
getAvalaraVersion
public String getAvalaraVersion()
-
setAvalaraVersion
public void setAvalaraVersion(String avalaraVersion)
-
getXAvalaraClient
public String getXAvalaraClient()
-
setXAvalaraClient
public void setXAvalaraClient(String xAvalaraClient)
-
getStartDate
public OffsetDateTime getStartDate()
-
setStartDate
public void setStartDate(OffsetDateTime startDate)
-
getEndDate
public OffsetDateTime getEndDate()
-
setEndDate
public void setEndDate(OffsetDateTime endDate)
-
getFlow
public String getFlow()
-
setFlow
public void setFlow(String flow)
-
get$count
public String get$count()
-
set$count
public void set$count(String $count)
-
get$countOnly
public String get$countOnly()
-
set$countOnly
public void set$countOnly(String $countOnly)
-
get$filter
public String get$filter()
-
set$filter
public void set$filter(String $filter)
-
get$top
public Integer get$top()
-
set$top
public void set$top(Integer $top)
-
get$skip
public Integer get$skip()
-
set$skip
public void set$skip(Integer $skip)
-
-