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