Package com.intercom.api.types
Interface DataExportCsv.CompanyIdStage
-
- All Known Implementing Classes:
DataExportCsv.Builder
- Enclosing class:
- DataExportCsv
public static interface DataExportCsv.CompanyIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataExportCsv.EmailStagecompanyId(java.lang.String companyId)The company ID of the user in relation to the message that was sent.
-
-
-
Method Detail
-
companyId
DataExportCsv.EmailStage companyId(@NotNull java.lang.String companyId)
The company ID of the user in relation to the message that was sent. Will return -1 if no company is present.
-
-