Class FluentBuilderWithIdAndPreparedDataContainer.PerformBuilderWithIdAndPreparedData
java.lang.Object
com.jumio.sdk.kyx.fluent_builder.builder.FluentBuilderContainer.PerformBuilderBase<FluentBuilderWithIdAndPreparedDataContainer.PerformWebOrIdWithPreparedData>
com.jumio.sdk.kyx.fluent_builder.builder.FluentBuilderWithIdAndPreparedDataContainer.PerformBuilderWithIdAndPreparedData
- All Implemented Interfaces:
-
FluentBuilderContainer.CallbackUrlBuilderStep<FluentBuilderWithIdAndPreparedDataContainer.PerformWebOrIdWithPreparedData>,FluentBuilderContainer.CredentialRequestBuilderStep<FluentBuilderWithIdAndPreparedDataContainer.PerformWebOrIdWithPreparedData>,FluentBuilderContainer.CustomerReferenceBuilderStep<FluentBuilderWithIdAndPreparedDataContainer.PerformWebOrIdWithPreparedData>,FluentBuilderWithIdAndPreparedDataContainer.AddPreparedData,FluentBuilderWithIdAndPreparedDataContainer.Finalize,FluentBuilderWithIdAndPreparedDataContainer.PerformWebOrIdWithPreparedData,FluentBuilderWithIdAndPreparedDataContainer.UploadBack,FluentBuilderWithIdAndPreparedDataContainer.UploadFront,FluentBuilderWithIdAndPreparedDataContainer.UserConsentBuilderStep,FluentBuildWebOnlyContainer.PerformWeb
- Enclosing class:
- FluentBuilderWithIdAndPreparedDataContainer
public static class FluentBuilderWithIdAndPreparedDataContainer.PerformBuilderWithIdAndPreparedData
extends
FluentBuilderContainer.PerformBuilderBase<FluentBuilderWithIdAndPreparedDataContainer.PerformWebOrIdWithPreparedData> implements
FluentBuilderWithIdAndPreparedDataContainer.PerformWebOrIdWithPreparedData,
FluentBuilderWithIdAndPreparedDataContainer.UserConsentBuilderStep,
FluentBuilderWithIdAndPreparedDataContainer.UploadFront,
FluentBuilderWithIdAndPreparedDataContainer.UploadBack,
FluentBuilderWithIdAndPreparedDataContainer.AddPreparedData,
FluentBuilderWithIdAndPreparedDataContainer.Finalize
-
Field Summary
Fields inherited from class com.jumio.sdk.kyx.fluent_builder.builder.FluentBuilderContainer.PerformBuilderBase
accountRequest, accountResponse, callbackUrl, credentials, customerInternalReference, jumioClient, workflowCreator -
Constructor Summary
ConstructorsConstructorDescriptionPerformBuilderWithIdAndPreparedData(JumioClient jumioClient, WorkflowWithCredentialAppender<IdWithFrontAndBackAndPreparedDataAppender> workflow) PerformBuilderWithIdAndPreparedData(JumioClient jumioClient, WorkflowWithCredentialAppender<IdWithFrontAndBackAndPreparedDataAppender> workflow, UUID accountId) -
Method Summary
Modifier and TypeMethodDescriptionaddPreparedData(PreparedData preparedData) finish()performWeb(WebSettings webSettings) uploadBack(File back) uploadBack(InputStream back, String fileName) uploadFront(File front) uploadFront(InputStream front, String fileName) userConsent(UserConsent userConsent) Methods inherited from class com.jumio.sdk.kyx.fluent_builder.builder.FluentBuilderContainer.PerformBuilderBase
callbackUrl, createAccount, createOrUpdateAccountForWeb, createOrUpdateAccountWithConsent, customerInternalReference, finalizeWorkflowExecution, getWorkflowDefinition, withDefaultCredentials, withSpecificCredentials
-
Constructor Details
-
PerformBuilderWithIdAndPreparedData
public PerformBuilderWithIdAndPreparedData(JumioClient jumioClient, WorkflowWithCredentialAppender<IdWithFrontAndBackAndPreparedDataAppender> workflow) -
PerformBuilderWithIdAndPreparedData
public PerformBuilderWithIdAndPreparedData(JumioClient jumioClient, WorkflowWithCredentialAppender<IdWithFrontAndBackAndPreparedDataAppender> workflow, UUID accountId)
-
-
Method Details
-
returnThisAfterCredentials
protected FluentBuilderWithIdAndPreparedDataContainer.PerformWebOrIdWithPreparedData returnThisAfterCredentials() -
performWeb
- Specified by:
-
performWebin interfaceFluentBuildWebOnlyContainer.PerformWeb
-
performUploadIds
- Specified by:
-
performUploadIdsin interfaceFluentBuilderWithIdAndPreparedDataContainer.PerformWebOrIdWithPreparedData
-
userConsent
- Specified by:
-
userConsentin interfaceFluentBuilderWithIdAndPreparedDataContainer.UserConsentBuilderStep
-
uploadFront
- Specified by:
-
uploadFrontin interfaceFluentBuilderWithIdAndPreparedDataContainer.UploadFront
-
uploadFront
public FluentBuilderWithIdAndPreparedDataContainer.UploadBack uploadFront(InputStream front, String fileName) - Specified by:
-
uploadFrontin interfaceFluentBuilderWithIdAndPreparedDataContainer.UploadFront
-
uploadBack
- Specified by:
-
uploadBackin interfaceFluentBuilderWithIdAndPreparedDataContainer.UploadBack
-
uploadBack
public FluentBuilderWithIdAndPreparedDataContainer.AddPreparedData uploadBack(InputStream back, String fileName) - Specified by:
-
uploadBackin interfaceFluentBuilderWithIdAndPreparedDataContainer.UploadBack
-
skipBackUpload
- Specified by:
-
skipBackUploadin interfaceFluentBuilderWithIdAndPreparedDataContainer.UploadBack
-
addPreparedData
public FluentBuilderWithIdAndPreparedDataContainer.Finalize addPreparedData(PreparedData preparedData) - Specified by:
-
addPreparedDatain interfaceFluentBuilderWithIdAndPreparedDataContainer.AddPreparedData
-
finish
- Specified by:
-
finishin interfaceFluentBuilderWithIdAndPreparedDataContainer.Finalize
-