Interface FluentBuilderWorkflow<T>

All Known Implementing Classes:
FluentBuilderWorkflows.DataHolder

public interface FluentBuilderWorkflow<T>
  • Method Details

    • getNewAccountBuilder

      T getNewAccountBuilder(JumioClient jumioClient)
    • getNewWorkflowUnderExistingAccountBuilder

      T getNewWorkflowUnderExistingAccountBuilder(JumioClient jumioClient, UUID accountId)