Class VoucherListChain
java.lang.Object
de.focus_shift.lexoffice.java.sdk.chain.VoucherListChain
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchived(boolean archived) contactName(String contactName) createdDate(Date createdDate) get()protected RequestContextprotected RestUriBuilderpage(int page) Pages are zero indexed, thus providing 0 for page will return the first page.pageSize(int pageSize) Default page size is set to 25 but can be increased up to 100/250 (depends on the used endpoint).protected StringProperty significant to order of the contents.sortByUpdatedDate(boolean asc) sortByVoucherDate(boolean asc) sortByVoucherNumber(boolean asc) updatedDate(Date updatedDate) voucherDate(Date voucherDate) voucherNumber(String voucherNumber) voucherStatus(VoucherStatus... voucherStatus) voucherType(VoucherType... voucherType)
-
Constructor Details
-
VoucherListChain
-
-
Method Details
-
page
Pages are zero indexed, thus providing 0 for page will return the first page. -
pageSize
Default page size is set to 25 but can be increased up to 100/250 (depends on the used endpoint). -
sort
Property significant to order of the contents. Possible values are voucherDate, voucherNumber, and updatedDate. The sort direction can be added separated by a comma. Possible values for the direction are ASC or DESC. -
sortByVoucherDate
-
sortByVoucherNumber
-
sortByUpdatedDate
-
archived
-
voucherType
-
voucherStatus
-
voucherNumber
-
voucherDate
-
createdDate
-
updatedDate
-
dueDate
-
contactName
-
contactId
-
get
-
getUriBuilder
-
resolvePath
-
getContext
-