Interface ContentImportSource.LastSyncedAtStage
-
- All Known Implementing Classes:
ContentImportSource.Builder
- Enclosing class:
- ContentImportSource
public static interface ContentImportSource.LastSyncedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentImportSource.SyncBehaviorStagelastSyncedAt(int lastSyncedAt)The time when the content import source was last synced.
-
-
-
Method Detail
-
lastSyncedAt
ContentImportSource.SyncBehaviorStage lastSyncedAt(int lastSyncedAt)
The time when the content import source was last synced.
-
-