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 Summary
-
Method Summary
Modifier 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
-
TxnVoBuilder
public TxnVoBuilder()
-
-
Method Details
-
withAll
Specify whether to include all txn attributes- Returns:
- this TxnVoBuilder
-
withFormDataMap
Specify whether to include form data map extracts- Parameters:
withFormDataMap
- specify whether to include form data map extracts- Returns:
- this TxnVoBuilder
-
withFormXml
Specify whether to include form XML data.- Parameters:
withFormXml
- specify whether to include form xML data- Returns:
- this TxnVoBuilder
-
withGroupNames
Specify whether to include group names list.- Parameters:
withGroupNames
- specify whether to include group names list- Returns:
- this TxnVoBuilder
-
withPropertyMap
Specify whether to include property map.- Parameters:
withPropertyMap
- specify whether to include property map- Returns:
- this TxnVoBuilder
-
withReceiptPdf
Specify whether to include receipt PDF data.- Parameters:
withReceiptPdf
- specify whether to include receipt PDF data- Returns:
- this TxnVoBuilder
-
withFileAttachList
Specify whether to include file attachment list.- Parameters:
withFileAttachList
- specify whether to include file attachment list- Returns:
- this TxnVoBuilder
-
withDeliveryFuncs
Specify whether to include delivery functions list.- Parameters:
withDeliveryFuncs
- specify whether to include delivery functions list- Returns:
- this TxnVoBuilder
-
withComments
Specify whether to include workspaces comments.- Parameters:
withComments
- specify whether to include workspaces comments- Returns:
- this TxnVoBuilder
- Since:
- 19.11.0
-
build
Return 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
-