Package com.avoka.tm.vo
Class TxnVoBuilder
java.lang.Object
com.avoka.tm.vo.TxnVoBuilder
Provides a Txn value object builder class.
- Since:
- 18.11.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild(com.avoka.fc.core.entity.Submission submission) Return a new Txn value object for the given submission record and fetch parameters.withAll()Specify whether to include all txn attributeswithComments(boolean withComments) Specify whether to include workspaces comments.withDeliveryFuncs(boolean withDeliveryFuncs) Specify whether to include delivery functions list.withFileAttachList(boolean withFileAttachList) Specify whether to include file attachment list.withFormDataMap(boolean withFormDataMap) Specify whether to include form data map extractswithFormXml(boolean withFormXml) Specify whether to include form XML data.withGroupNames(boolean withGroupNames) Specify whether to include group names list.withPropertyMap(boolean withPropertyMap) Specify whether to include property map.withReceiptPdf(boolean withReceiptPdf) Specify whether to include receipt PDF data.
- 
Constructor Details- 
TxnVoBuilderpublic TxnVoBuilder()
 
- 
- 
Method Details- 
withAllSpecify whether to include all txn attributes- Returns:
- this TxnVoBuilder
 
- 
withFormDataMapSpecify whether to include form data map extracts- Parameters:
- withFormDataMap- specify whether to include form data map extracts
- Returns:
- this TxnVoBuilder
 
- 
withFormXmlSpecify whether to include form XML data.- Parameters:
- withFormXml- specify whether to include form xML data
- Returns:
- this TxnVoBuilder
 
- 
withGroupNamesSpecify whether to include group names list.- Parameters:
- withGroupNames- specify whether to include group names list
- Returns:
- this TxnVoBuilder
 
- 
withPropertyMapSpecify whether to include property map.- Parameters:
- withPropertyMap- specify whether to include property map
- Returns:
- this TxnVoBuilder
 
- 
withReceiptPdfSpecify whether to include receipt PDF data.- Parameters:
- withReceiptPdf- specify whether to include receipt PDF data
- Returns:
- this TxnVoBuilder
 
- 
withFileAttachListSpecify whether to include file attachment list.- Parameters:
- withFileAttachList- specify whether to include file attachment list
- Returns:
- this TxnVoBuilder
 
- 
withDeliveryFuncsSpecify whether to include delivery functions list.- Parameters:
- withDeliveryFuncs- specify whether to include delivery functions list
- Returns:
- this TxnVoBuilder
 
- 
withCommentsSpecify whether to include workspaces comments.- Parameters:
- withComments- specify whether to include workspaces comments
- Returns:
- this TxnVoBuilder
- Since:
- 19.11.0
 
- 
buildReturn a new Txn value object for the given submission record and fetch parameters.- Parameters:
- submission- the submission record (required)
- Returns:
- a new Txn value object for the given submission record and fetch parameters
 
 
-