Uses of Class
com.yoti.api.client.docs.session.create.filters.DocumentRestrictionsFilter.Builder
Packages that use DocumentRestrictionsFilter.Builder
-
Uses of DocumentRestrictionsFilter.Builder in com.yoti.api.client.docs.session.create.filters
Methods in com.yoti.api.client.docs.session.create.filters that return DocumentRestrictionsFilter.BuilderModifier and TypeMethodDescriptionDocumentRestrictionsFilter.builder()DocumentRestrictionsFilter.Builder.forBlacklist()Sets the inclusion not to allow documents listed inDocumentRestrictionDocumentRestrictionsFilter.Builder.forWhitelist()Sets the inclusion to allow documents listed inDocumentRestrictionDocumentRestrictionsFilter.Builder.withAllowExpiredDocuments(boolean allowExpiredDocuments) Sets the flag to allow/disallow expired documentsDocumentRestrictionsFilter.Builder.withAllowNonLatinDocuments(boolean allowNonLatinDocuments) Sets the flag to allow/disallow non latin documentsDocumentRestrictionsFilter.Builder.withDocumentRestriction(DocumentRestriction documentRestriction) Sets the document restrictions by providedDocumentRestrictionDocumentRestrictionsFilter.Builder.withDocumentRestriction(List<String> countryCodes, List<String> documentTypes) Sets the document restrictions by country codes and document types