Uses of Class
com.yoti.api.client.docs.session.create.filters.OrthogonalRestrictionsFilter.Builder
Packages that use OrthogonalRestrictionsFilter.Builder
-
Uses of OrthogonalRestrictionsFilter.Builder in com.yoti.api.client.docs.session.create.filters
Methods in com.yoti.api.client.docs.session.create.filters that return OrthogonalRestrictionsFilter.BuilderModifier and TypeMethodDescriptionOrthogonalRestrictionsFilter.builder()OrthogonalRestrictionsFilter.Builder.withAllowExpiredDocuments(boolean allowExpiredDocuments) Sets the flag to allow/disallow expired documentsOrthogonalRestrictionsFilter.Builder.withAllowNonLatinDocuments(boolean allowNonLatinDocuments) Sets the flag whether to allow/disallow non latin documentsOrthogonalRestrictionsFilter.Builder.withBlacklistedCountries(List<String> countryCodes) Sets the disallowed documents by country codeOrthogonalRestrictionsFilter.Builder.withBlacklistedDocumentTypes(List<String> documentTypes) Sets the disallowed document typesOrthogonalRestrictionsFilter.Builder.withWhitelistedCountries(List<String> countryCodes) Sets the allowed countries by country codesOrthogonalRestrictionsFilter.Builder.withWhitelistedDocumentTypes(List<String> documentTypes) Sets the allowed document types