Class Instructions.Builder
java.lang.Object
com.yoti.api.client.docs.session.instructions.Instructions.Builder
- Enclosing class:
- Instructions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBranch(Branch branch) Sets the branch that the end-user will perform the In-Branch VerificationwithContactProfile(ContactProfile contactProfile) Sets the contact profile that will be used for any communication with the end-userwithDocumentProposal(DocumentProposal documentProposal) Adds a singularDocumentProposalto a list of documents that the end-user will need to provide when performing In-Branch Verification
-
Method Details
-
withContactProfile
Sets the contact profile that will be used for any communication with the end-user- Parameters:
contactProfile- the contact profile- Returns:
- the builder
-
withDocumentProposal
Adds a singularDocumentProposalto a list of documents that the end-user will need to provide when performing In-Branch Verification- Parameters:
documentProposal- the document proposal- Returns:
- the builder
-
withBranch
Sets the branch that the end-user will perform the In-Branch Verification- Parameters:
branch- the branch- Returns:
- the builder
-
build
-