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