Package com.jumio.sdk.kyx.fluent_builder
Class FluentBuilderWorkflows.DataHolder<T, U extends
Workflow>
java.lang.Object
com.jumio.sdk.kyx.fluent_builder.FluentBuilderWorkflows.DataHolder<T, U>
- All Implemented Interfaces:
-
FluentBuilderWorkflow<T>
- Enclosing class:
- FluentBuilderWorkflows
public static class FluentBuilderWorkflows.DataHolder<T, U extends
Workflow>
extends
Object
implements
FluentBuilderWorkflow<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataHolder(U workflow, FluentBuilderWorkflows.NewAccountCreator<U, T> builderSupplier, FluentBuilderWorkflows.NewWorkflowUnderExistingAccountCreator<U, T> builderSupplierForExistingAccount) -
Method Summary
Modifier and TypeMethodDescriptiongetNewAccountBuilder(JumioClient jumioClient) getNewWorkflowUnderExistingAccountBuilder(JumioClient jumioClient, UUID accountId)
-
Field Details
-
workflow
-
-
Constructor Details
-
DataHolder
public DataHolder(U workflow, FluentBuilderWorkflows.NewAccountCreator<U, T> builderSupplier, FluentBuilderWorkflows.NewWorkflowUnderExistingAccountCreator<U, T> builderSupplierForExistingAccount)
-
-
Method Details
-
getNewAccountBuilder
- Specified by:
-
getNewAccountBuilderin interfaceFluentBuilderWorkflow<T>
-
getNewWorkflowUnderExistingAccountBuilder
- Specified by:
-
getNewWorkflowUnderExistingAccountBuilderin interfaceFluentBuilderWorkflow<T>
-