java.lang.Object
com.intercom.api.resources.dataexport.types.DataExport

public final class DataExport extends Object
  • Method Details

    • getJobIdentifier

      public String getJobIdentifier()
      Returns:
      The identifier for your job.
    • getStatus

      public DataExport.Status getStatus()
      Returns:
      The current state of your job.
    • getDownloadExpiresAt

      public String getDownloadExpiresAt()
      Returns:
      The time after which you will not be able to access the data.
    • getDownloadUrl

      public String getDownloadUrl()
      Returns:
      The location where you can download your data.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static DataExport.JobIdentifierStage builder()