Class DownloadDataExportRequest.Builder
java.lang.Object
com.intercom.api.resources.dataexport.requests.DownloadDataExportRequest.Builder
- All Implemented Interfaces:
DownloadDataExportRequest._FinalStage,DownloadDataExportRequest.JobIdentifierStage
- Enclosing class:
DownloadDataExportRequest
public static final class DownloadDataExportRequest.Builder
extends Object
implements DownloadDataExportRequest.JobIdentifierStage, DownloadDataExportRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(DownloadDataExportRequest other) jobIdentifier(String jobIdentifier) job_identifier
-
Method Details
-
from
- Specified by:
fromin interfaceDownloadDataExportRequest.JobIdentifierStage
-
jobIdentifier
job_identifier
- Specified by:
jobIdentifierin interfaceDownloadDataExportRequest.JobIdentifierStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceDownloadDataExportRequest._FinalStage
-