Class IssuingAuthoritySubCheck.Builder
java.lang.Object
com.yoti.api.client.docs.session.create.check.IssuingAuthoritySubCheck.Builder
- Enclosing class:
- IssuingAuthoritySubCheck
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withDocumentFilter(DocumentFilter documentFilter) Sets theDocumentFilterthat will be used to determine which documents the sub check is performed on.withRequested(boolean requested) Sets whether the sub check will be requested for the Authenticity check
-
Method Details
-
withRequested
Sets whether the sub check will be requested for the Authenticity check- Parameters:
requested- if the sub check is requested- Returns:
- the builder
-
withDocumentFilter
Sets theDocumentFilterthat will be used to determine which documents the sub check is performed on.- Parameters:
documentFilter- the document filter- Returns:
- the builder
-
build
-