Interface FindNewsItemRequest.NewsItemIdStage
-
- All Known Implementing Classes:
FindNewsItemRequest.Builder
- Enclosing class:
- FindNewsItemRequest
public static interface FindNewsItemRequest.NewsItemIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindNewsItemRequest.Builderfrom(FindNewsItemRequest other)FindNewsItemRequest._FinalStagenewsItemId(int newsItemId)The unique identifier for the news item which is given by Intercom.
-
-
-
Method Detail
-
newsItemId
FindNewsItemRequest._FinalStage newsItemId(int newsItemId)
The unique identifier for the news item which is given by Intercom.
-
from
FindNewsItemRequest.Builder from(FindNewsItemRequest other)
-
-