Class DocumentFilter
java.lang.Object
com.yoti.api.client.docs.session.create.filters.DocumentFilter
- Direct Known Subclasses:
DocumentRestrictionsFilter,OrthogonalRestrictionsFilter
Filter for a required document, allowing specification
of restrictive parameters
-
Method Summary
Modifier and TypeMethodDescriptionReturns if theDocumentFiltershould allow expired documentsWhether allow non latin documentsgetType()The type of the filter
-
Method Details
-
getType
The type of the filter- Returns:
- the type
-
getAllowNonLatinDocuments
Whether allow non latin documents- Returns:
- boolean flag
-
getAllowExpiredDocuments
Returns if theDocumentFiltershould allow expired documents- Returns:
- boolean flag
-