Interface ExportReportingDataRequest.AppIdStage
-
- All Known Implementing Classes:
ExportReportingDataRequest.Builder
- Enclosing class:
- ExportReportingDataRequest
public static interface ExportReportingDataRequest.AppIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportReportingDataRequest.ClientIdStageappId(java.lang.String appId)The Intercom defined code of the workspace the company is associated to.
-
-
-
Method Detail
-
appId
ExportReportingDataRequest.ClientIdStage appId(@NotNull java.lang.String appId)
The Intercom defined code of the workspace the company is associated to.
-
-