Package com.onfido.models
Class DocumentClassification
- java.lang.Object
-
- com.onfido.models.DocumentClassification
-
public final class DocumentClassification extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentClassification.Request
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDocumentType()The type of documentStringgetIssuingCountry()Document country in 3-letter ISO codeStringgetIssuingState()The state that issued the documentinthashCode()static DocumentClassification.Requestrequest()StringtoString()
-
-
-
Method Detail
-
request
public static DocumentClassification.Request request()
-
getIssuingCountry
public String getIssuingCountry()
Document country in 3-letter ISO code- Returns:
- Document country in 3-letter ISO code
-
getDocumentType
public String getDocumentType()
The type of document- Returns:
- The type of document
-
getIssuingState
public String getIssuingState()
The state that issued the document- Returns:
- The state that issued the document
-
-