Class ListNewsFeedItemsRequest.Builder
java.lang.Object
com.intercom.api.resources.news.feeds.requests.ListNewsFeedItemsRequest.Builder
- All Implemented Interfaces:
ListNewsFeedItemsRequest._FinalStage,ListNewsFeedItemsRequest.NewsfeedIdStage
- Enclosing class:
ListNewsFeedItemsRequest
public static final class ListNewsFeedItemsRequest.Builder
extends Object
implements ListNewsFeedItemsRequest.NewsfeedIdStage, ListNewsFeedItemsRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(ListNewsFeedItemsRequest other) newsfeedId(String newsfeedId) The unique identifier for the news feed item which is given by Intercom.
-
Method Details
-
from
- Specified by:
fromin interfaceListNewsFeedItemsRequest.NewsfeedIdStage
-
newsfeedId
The unique identifier for the news feed item which is given by Intercom.
- Specified by:
newsfeedIdin interfaceListNewsFeedItemsRequest.NewsfeedIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceListNewsFeedItemsRequest._FinalStage
-