Package com.onfido.models
Class LivePhoto
- java.lang.Object
-
- com.onfido.models.LivePhoto
-
public final class LivePhoto extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLivePhoto.Request
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)booleangetAdvancedValidation()Boolean flag for enabling advanced validationStringgetApplicantId()The ID of the applicantjava.time.OffsetDateTimegetCreatedAt()The date and time at which the live photo was uploadedStringgetDownloadHref()The URI that can be used to download the live photoStringgetFileName()The name of the uploaded fileintgetFileSize()The size of the file in bytesStringgetFileType()The file type of the uploaded fileStringgetHref()The URI of this resourceStringgetId()The unique identifier of the live photointhashCode()static LivePhoto.Requestrequest()StringtoString()
-
-
-
Method Detail
-
request
public static LivePhoto.Request request()
-
getId
public String getId()
The unique identifier of the live photo- Returns:
- The unique identifier of the live photo
-
getCreatedAt
public java.time.OffsetDateTime getCreatedAt()
The date and time at which the live photo was uploaded- Returns:
- The date and time at which the live photo was uploaded
-
getHref
public String getHref()
The URI of this resource- Returns:
- The URI of this resource
-
getDownloadHref
public String getDownloadHref()
The URI that can be used to download the live photo- Returns:
- The URI that can be used to download the live photo
-
getFileName
public String getFileName()
The name of the uploaded file- Returns:
- The name of the uploaded file
-
getFileSize
public int getFileSize()
The size of the file in bytes- Returns:
- The size of the file in bytes
-
getFileType
public String getFileType()
The file type of the uploaded file- Returns:
- The file type of the uploaded file
-
getApplicantId
public String getApplicantId()
The ID of the applicant- Returns:
- The ID of the applicant
-
getAdvancedValidation
public boolean getAdvancedValidation()
Boolean flag for enabling advanced validation- Returns:
- Boolean flag for enabling advanced validation
-
-