Class ContactProfile.Builder
java.lang.Object
com.yoti.api.client.docs.session.instructions.ContactProfile.Builder
- Enclosing class:
- ContactProfile
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the email address that will be used as part of the contact profilewithFirstName(String firstName) Sets the first name that will be used as part of the contact profilewithLastName(String lastName) Sets the last name that will be used as part of the contact profile
-
Method Details
-
withFirstName
Sets the first name that will be used as part of the contact profile- Parameters:
firstName- the first name- Returns:
- the builder
-
withLastName
Sets the last name that will be used as part of the contact profile- Parameters:
lastName- the last name- Returns:
- the builder
-
withEmail
Sets the email address that will be used as part of the contact profile- Parameters:
email- the email address- Returns:
- the builder
-
build
-