Class LivePhoto


  • public final class LivePhoto
    extends Object
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object