Interface ContentImportSource.IdStage
-
- All Known Implementing Classes:
ContentImportSource.Builder
- Enclosing class:
- ContentImportSource
public static interface ContentImportSource.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentImportSource.Builderfrom(ContentImportSource other)ContentImportSource.LastSyncedAtStageid(int id)The unique identifier for the content import source which is given by Intercom.
-
-
-
Method Detail
-
id
ContentImportSource.LastSyncedAtStage id(int id)
The unique identifier for the content import source which is given by Intercom.
-
from
ContentImportSource.Builder from(ContentImportSource other)
-
-