Package com.onfido.models
Class DocumentId
- java.lang.Object
-
- com.onfido.models.DocumentId
-
public final class DocumentId extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentId.Request
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()The unique identifier for the documentinthashCode()static DocumentId.Requestrequest()StringtoString()
-
-
-
Method Detail
-
request
public static DocumentId.Request request()
-
getId
public String getId()
The unique identifier for the document- Returns:
- The unique identifier for the document
-
-