Uses of Class
de.focus_shift.lexoffice.java.sdk.chain.VoucherListChain
Packages that use VoucherListChain
-
Uses of VoucherListChain in de.focus_shift.lexoffice.java.sdk
Methods in de.focus_shift.lexoffice.java.sdk that return VoucherListChain -
Uses of VoucherListChain in de.focus_shift.lexoffice.java.sdk.chain
Methods in de.focus_shift.lexoffice.java.sdk.chain that return VoucherListChainModifier and TypeMethodDescriptionVoucherListChain.archived(boolean archived) VoucherListChain.contactName(String contactName) VoucherListChain.createdDate(Date createdDate) VoucherListChain.page(int page) Pages are zero indexed, thus providing 0 for page will return the first page.VoucherListChain.pageSize(int pageSize) Default page size is set to 25 but can be increased up to 100/250 (depends on the used endpoint).Property significant to order of the contents.VoucherListChain.sortByUpdatedDate(boolean asc) VoucherListChain.sortByVoucherDate(boolean asc) VoucherListChain.sortByVoucherNumber(boolean asc) VoucherListChain.updatedDate(Date updatedDate) VoucherListChain.voucherDate(Date voucherDate) VoucherListChain.voucherNumber(String voucherNumber) VoucherListChain.voucherStatus(VoucherStatus... voucherStatus) VoucherListChain.voucherType(VoucherType... voucherType)