Class TransactionalFlowExtensionBuilder
java.lang.Object
com.yoti.api.client.shareurl.extension.TransactionalFlowExtensionBuilder
- All Implemented Interfaces:
ExtensionBuilder<Object>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withContent(Object content) Allows you to provide a non-null object representing the content to be submitted in the TRANSACTIONAL_FLOW extension.
-
Constructor Details
-
TransactionalFlowExtensionBuilder
public TransactionalFlowExtensionBuilder()
-
-
Method Details
-
withContent
Allows you to provide a non-null object representing the content to be submitted in the TRANSACTIONAL_FLOW extension.- Returns:
- this TransactionalFlowExtensionBuilder
-
build
- Specified by:
buildin interfaceExtensionBuilder<Object>- Returns:
- An object, T, built with parameters of this builder
-