Class FluentBuilderWithIdAndSelfieContainer.PerformBuilderWithIdAndSelfie
java.lang.Object
com.jumio.sdk.kyx.fluent_builder.builder.FluentBuilderContainer.PerformBuilderBase<FluentBuilderWithIdAndSelfieContainer.PerformWebOrIdWithSelfie>
com.jumio.sdk.kyx.fluent_builder.builder.FluentBuilderWithIdAndSelfieContainer.PerformBuilderWithIdAndSelfie
- All Implemented Interfaces:
-
FluentBuilderContainer.CallbackUrlBuilderStep<FluentBuilderWithIdAndSelfieContainer.PerformWebOrIdWithSelfie>,FluentBuilderContainer.CredentialRequestBuilderStep<FluentBuilderWithIdAndSelfieContainer.PerformWebOrIdWithSelfie>,FluentBuilderContainer.CustomerReferenceBuilderStep<FluentBuilderWithIdAndSelfieContainer.PerformWebOrIdWithSelfie>,FluentBuilderWithIdAndSelfieContainer.AddSelfie,FluentBuilderWithIdAndSelfieContainer.Finalize,FluentBuilderWithIdAndSelfieContainer.PerformWebOrIdWithSelfie,FluentBuilderWithIdAndSelfieContainer.UploadBack,FluentBuilderWithIdAndSelfieContainer.UploadFront,FluentBuilderWithIdAndSelfieContainer.UserConsentBuilderStep,FluentBuildWebOnlyContainer.PerformWeb
- Enclosing class:
- FluentBuilderWithIdAndSelfieContainer
public static class FluentBuilderWithIdAndSelfieContainer.PerformBuilderWithIdAndSelfie
extends
FluentBuilderContainer.PerformBuilderBase<FluentBuilderWithIdAndSelfieContainer.PerformWebOrIdWithSelfie> implements
FluentBuilderWithIdAndSelfieContainer.PerformWebOrIdWithSelfie,
FluentBuilderWithIdAndSelfieContainer.UserConsentBuilderStep,
FluentBuilderWithIdAndSelfieContainer.UploadFront,
FluentBuilderWithIdAndSelfieContainer.UploadBack,
FluentBuilderWithIdAndSelfieContainer.AddSelfie,
FluentBuilderWithIdAndSelfieContainer.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
ConstructorsConstructorDescriptionPerformBuilderWithIdAndSelfie(JumioClient jumioClient, WorkflowWithCredentialAppender<IdWithFrontAndBackAndSelfieAppender> workflow) PerformBuilderWithIdAndSelfie(JumioClient jumioClient, WorkflowWithCredentialAppender<IdWithFrontAndBackAndSelfieAppender> workflow, UUID accountId) -
Method Summary
Modifier and TypeMethodDescriptionaddSelfie(InputStream inputStream, String fileName) 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, withSpecificCredentialsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jumio.sdk.kyx.fluent_builder.builder.FluentBuilderWithIdAndSelfieContainer.AddSelfie
addSelfieMethods inherited from interface com.jumio.sdk.kyx.fluent_builder.builder.FluentBuilderWithIdAndSelfieContainer.UploadBack
uploadBackMethods inherited from interface com.jumio.sdk.kyx.fluent_builder.builder.FluentBuilderWithIdAndSelfieContainer.UploadFront
uploadFront
-
Constructor Details
-
PerformBuilderWithIdAndSelfie
public PerformBuilderWithIdAndSelfie(JumioClient jumioClient, WorkflowWithCredentialAppender<IdWithFrontAndBackAndSelfieAppender> workflow) -
PerformBuilderWithIdAndSelfie
public PerformBuilderWithIdAndSelfie(JumioClient jumioClient, WorkflowWithCredentialAppender<IdWithFrontAndBackAndSelfieAppender> workflow, UUID accountId)
-
-
Method Details
-
returnThisAfterCredentials
protected FluentBuilderWithIdAndSelfieContainer.PerformWebOrIdWithSelfie returnThisAfterCredentials() -
performWeb
- Specified by:
-
performWebin interfaceFluentBuildWebOnlyContainer.PerformWeb
-
performUploadIds
- Specified by:
-
performUploadIdsin interfaceFluentBuilderWithIdAndSelfieContainer.PerformWebOrIdWithSelfie
-
userConsent
- Specified by:
-
userConsentin interfaceFluentBuilderWithIdAndSelfieContainer.UserConsentBuilderStep
-
uploadFront
- Specified by:
-
uploadFrontin interfaceFluentBuilderWithIdAndSelfieContainer.UploadFront
-
uploadFront
public FluentBuilderWithIdAndSelfieContainer.UploadBack uploadFront(InputStream front, String fileName) - Specified by:
-
uploadFrontin interfaceFluentBuilderWithIdAndSelfieContainer.UploadFront
-
uploadBack
- Specified by:
-
uploadBackin interfaceFluentBuilderWithIdAndSelfieContainer.UploadBack
-
uploadBack
public FluentBuilderWithIdAndSelfieContainer.AddSelfie uploadBack(InputStream back, String fileName) - Specified by:
-
uploadBackin interfaceFluentBuilderWithIdAndSelfieContainer.UploadBack
-
skipBackUpload
- Specified by:
-
skipBackUploadin interfaceFluentBuilderWithIdAndSelfieContainer.UploadBack
-
addSelfie
- Specified by:
-
addSelfiein interfaceFluentBuilderWithIdAndSelfieContainer.AddSelfie
-
addSelfie
public FluentBuilderWithIdAndSelfieContainer.Finalize addSelfie(InputStream inputStream, String fileName) - Specified by:
-
addSelfiein interfaceFluentBuilderWithIdAndSelfieContainer.AddSelfie
-
finish
- Specified by:
-
finishin interfaceFluentBuilderWithIdAndSelfieContainer.Finalize
-