Interface NewsItem.IdStage
-
- All Known Implementing Classes:
NewsItem.Builder
- Enclosing class:
- NewsItem
public static interface NewsItem.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewsItem.Builderfrom(NewsItem other)NewsItem.WorkspaceIdStageid(java.lang.String id)The unique identifier for the news item which is given by Intercom.
-
-
-
Method Detail
-
id
NewsItem.WorkspaceIdStage id(@NotNull java.lang.String id)
The unique identifier for the news item which is given by Intercom.
-
from
NewsItem.Builder from(NewsItem other)
-
-