TxnBuilder |
TxnBuilder.addFileAttach(FileAttach fileAttach) |
Add the given file attachment to the transaction.
|
TxnBuilder |
TxnBuilder.addFormDataExtract(String name,
String value) |
Add form data (data extract) to the transaction.
|
TxnBuilder |
TxnBuilder.setAddress(String address) |
Set address parameter.
|
TxnBuilder |
TxnBuilder.setContactEmailAddress(String contactEmailAddress) |
Set the contact email address parameter.
|
TxnBuilder |
TxnBuilder.setCopyAttachmentsNames(List<String> copyAttachmentsNames) |
Set copy attachment names parameter.
|
TxnBuilder |
TxnBuilder.setCopyAttachmentsTxn(Long copyAttachmentsTxn) |
Set copy attachments txn id parameter.
|
TxnBuilder |
TxnBuilder.setDatetimeExpiry(Date datetimeExpiry) |
Set date time expiry parameter.
|
TxnBuilder |
TxnBuilder.setDatetimeScheduled(Date datetimeScheduled) |
Set date time scheduled parameter.
|
TxnBuilder |
TxnBuilder.setEmailMessage(String emailMessage) |
Set email message parameter.
|
TxnBuilder |
TxnBuilder.setEmailSubject(String emailSubject) |
Set email subject parameter.
|
TxnBuilder |
TxnBuilder.setFormCode(String formCode) |
Set the form code parameter.
|
TxnBuilder |
TxnBuilder.setFormDataXml(String formDataXml) |
Set form data xml parameter.
|
TxnBuilder |
TxnBuilder.setFormPrefillServiceName(String formPrefillServiceName) |
Set form prefill service name parameter.
|
TxnBuilder |
TxnBuilder.setFormVersion(String formVersion) |
Set the form version parameter.
|
TxnBuilder |
TxnBuilder.setGroupName(String groupName) |
Set group name parameter.
|
TxnBuilder |
TxnBuilder.setGroupNames(Collection<String> groupNames) |
Set group names parameter.
|
TxnBuilder |
TxnBuilder.setInputXmlData(String inputXmlData) |
Set input xml data parameter.
|
TxnBuilder |
TxnBuilder.setJobAction(Long jobAction) |
Set job action parameter.
|
TxnBuilder |
TxnBuilder.setLatitude(Double latitude) |
Set latitude parameter.
|
TxnBuilder |
TxnBuilder.setLoginName(String loginName) |
Set the login name parameter.
|
TxnBuilder |
TxnBuilder.setLongitude(Double longitude) |
Set longiture parameter.
|
TxnBuilder |
TxnBuilder.setProperty(String name,
String value) |
Specify the property name and value on the transaction.
|
TxnBuilder |
TxnBuilder.setPropertyMap(Map<String,String> propertyMap) |
Specify the property map on the transaction.
|
TxnBuilder |
TxnBuilder.setReceiptNumber(String receiptNumber) |
Set receipt number parameter.
|
TxnBuilder |
TxnBuilder.setReviewTxn(Long reviewTxnId) |
Set the review txn id parameter.
|
TxnBuilder |
TxnBuilder.setSaveChallengeAnswer(String saveChallengeAnswer) |
Set save challenge answer parameter.
|
TxnBuilder |
TxnBuilder.setSequence(Integer sequence) |
Set sequence number parameter.
|
TxnBuilder |
TxnBuilder.setSpaceName(String spaceName) |
Set the space name parameter.
|
TxnBuilder |
TxnBuilder.setTaskMessage(String taskMessage) |
Set task message parameter.
|
TxnBuilder |
TxnBuilder.setTaskSubject(String taskSubject) |
Set the task subject parameter.
|
TxnBuilder |
TxnBuilder.setTaskType(String taskType) |
Set the task type parameter [ Form | Review ].
|
TxnBuilder |
TxnBuilder.setTransRefNumber(String transRefNumber) |
Set transaction reference number parameter.
|
TxnBuilder |
TxnBuilder.setTxnXml(String txnXml) |
Set txn xml parameter.
|
TxnBuilder |
TxnBuilder.withAllowClaimFlag() |
Set allow claim flag parameter to true .
|
TxnBuilder |
TxnBuilder.withFormDataMap() |
Set the query to return the transaction with the associated form data map information.
|
TxnBuilder |
TxnBuilder.withGroupNames() |
Set the query to return the transaction with the associated group names information.
|
TxnBuilder |
TxnBuilder.withPropertyMap() |
Set the query to return the transaction with the associated property map information.
|
TxnBuilder |
TxnBuilder.withSendEmailFlag() |
Set send email flag parameter to true .
|
TxnBuilder |
TxnBuilder.withUserDeletableFlag() |
Set user deletable flag parameter to true .
|