Class FindNewsFeedRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.news.feeds.requests.FindNewsFeedRequest.Builder
-
- All Implemented Interfaces:
FindNewsFeedRequest._FinalStage,FindNewsFeedRequest.NewsfeedIdStage
- Enclosing class:
- FindNewsFeedRequest
public static final class FindNewsFeedRequest.Builder extends java.lang.Object implements FindNewsFeedRequest.NewsfeedIdStage, FindNewsFeedRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindNewsFeedRequestbuild()FindNewsFeedRequest.Builderfrom(FindNewsFeedRequest other)FindNewsFeedRequest._FinalStagenewsfeedId(java.lang.String newsfeedId)The unique identifier for the news feed item which is given by Intercom.
-
-
-
Method Detail
-
from
public FindNewsFeedRequest.Builder from(FindNewsFeedRequest other)
- Specified by:
fromin interfaceFindNewsFeedRequest.NewsfeedIdStage
-
newsfeedId
public FindNewsFeedRequest._FinalStage newsfeedId(@NotNull java.lang.String newsfeedId)
The unique identifier for the news feed item which is given by Intercom.
The unique identifier for the news feed item which is given by Intercom.
- Specified by:
newsfeedIdin interfaceFindNewsFeedRequest.NewsfeedIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public FindNewsFeedRequest build()
- Specified by:
buildin interfaceFindNewsFeedRequest._FinalStage
-
-