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