Uses of Class
de.focus_shift.lexoffice.java.sdk.chain.ContactChain.Fetch
Packages that use ContactChain.Fetch
-
Uses of ContactChain.Fetch in de.focus_shift.lexoffice.java.sdk.chain
Methods in de.focus_shift.lexoffice.java.sdk.chain that return ContactChain.FetchModifier and TypeMethodDescriptionContactChain.Fetch.customer(boolean customer) if set to true filters contacts that have the role customer.filters contacts where any of their email addresses inside the emailAddresses JSON object match the given email value.ContactChain.fetch()filters contacts whose name matches the given name value.returns the contacts with the specified contact number.ContactChain.Fetch.page(int page) Pages are zero indexed, thus providing 0 for page will return the first page.ContactChain.Fetch.pageSize(int pageSize) Default page size is set to 25 but can be increased up to 100/250 (depends on the used endpoint).ContactChain.Fetch.vendor(boolean vendor) if set to true filters contacts that have the role vendor.