Class DataExportExportReportingDataResponse.Builder
- java.lang.Object
-
- com.intercom.api.resources.dataexport.types.DataExportExportReportingDataResponse.Builder
-
- Enclosing class:
- DataExportExportReportingDataResponse
public static final class DataExportExportReportingDataResponse.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
from
public DataExportExportReportingDataResponse.Builder from(DataExportExportReportingDataResponse other)
-
jobIdentifier
public DataExportExportReportingDataResponse.Builder jobIdentifier(java.util.Optional<java.lang.String> jobIdentifier)
-
jobIdentifier
public DataExportExportReportingDataResponse.Builder jobIdentifier(java.lang.String jobIdentifier)
-
status
public DataExportExportReportingDataResponse.Builder status(java.util.Optional<java.lang.String> status)
-
status
public DataExportExportReportingDataResponse.Builder status(java.lang.String status)
-
downloadUrl
public DataExportExportReportingDataResponse.Builder downloadUrl(java.util.Optional<java.lang.String> downloadUrl)
-
downloadUrl
public DataExportExportReportingDataResponse.Builder downloadUrl(java.lang.String downloadUrl)
-
downloadExpiresAt
public DataExportExportReportingDataResponse.Builder downloadExpiresAt(java.util.Optional<java.lang.String> downloadExpiresAt)
-
downloadExpiresAt
public DataExportExportReportingDataResponse.Builder downloadExpiresAt(java.lang.String downloadExpiresAt)
-
build
public DataExportExportReportingDataResponse build()
-
-