Class RequestedProfileDocumentMatchCheck.Builder
java.lang.Object
com.yoti.api.client.docs.session.create.check.RequestedProfileDocumentMatchCheck.Builder
- Enclosing class:
- RequestedProfileDocumentMatchCheck
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the manual check value to ALWAYS of a config that will be used for profile document match checkSets the manual check value to FALLBACK of a config that will be used for profile document match checkSets the manual check value to IBV of a config that will be used for profile document match checkSets the manual check value to NEVER of a config that will be used for profile document match check
-
Method Details
-
withManualCheckAlways
Sets the manual check value to ALWAYS of a config that will be used for profile document match check- Returns:
- the builder
-
withManualCheckFallback
Sets the manual check value to FALLBACK of a config that will be used for profile document match check- Returns:
- the builder
-
withManualCheckNever
Sets the manual check value to NEVER of a config that will be used for profile document match check- Returns:
- the builder
-
withManualCheckIbv
Sets the manual check value to IBV of a config that will be used for profile document match check- Returns:
- the builder
-
build
-