Class DataExport
- java.lang.Object
-
- com.intercom.api.resources.dataexport.types.DataExport
-
public final class DataExport extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataExport._FinalStagestatic classDataExport.Builderstatic interfaceDataExport.DownloadExpiresAtStagestatic interfaceDataExport.DownloadUrlStagestatic interfaceDataExport.JobIdentifierStagestatic classDataExport.Statusstatic interfaceDataExport.StatusStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataExport.JobIdentifierStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetDownloadExpiresAt()java.lang.StringgetDownloadUrl()java.lang.StringgetJobIdentifier()DataExport.StatusgetStatus()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getJobIdentifier
public java.lang.String getJobIdentifier()
- Returns:
- The identifier for your job.
-
getStatus
public DataExport.Status getStatus()
- Returns:
- The current state of your job.
-
getDownloadExpiresAt
public java.lang.String getDownloadExpiresAt()
- Returns:
- The time after which you will not be able to access the data.
-
getDownloadUrl
public java.lang.String getDownloadUrl()
- Returns:
- The location where you can download your data.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static DataExport.JobIdentifierStage builder()
-
-