Class RetrieveNewsfeedRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.news.requests.RetrieveNewsfeedRequest.Builder
-
- All Implemented Interfaces:
RetrieveNewsfeedRequest._FinalStage,RetrieveNewsfeedRequest.IdStage
- Enclosing class:
- RetrieveNewsfeedRequest
public static final class RetrieveNewsfeedRequest.Builder extends java.lang.Object implements RetrieveNewsfeedRequest.IdStage, RetrieveNewsfeedRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetrieveNewsfeedRequestbuild()RetrieveNewsfeedRequest.Builderfrom(RetrieveNewsfeedRequest other)RetrieveNewsfeedRequest._FinalStageid(java.lang.String id)The unique identifier for the news feed item which is given by Intercom.
-
-
-
Method Detail
-
from
public RetrieveNewsfeedRequest.Builder from(RetrieveNewsfeedRequest other)
- Specified by:
fromin interfaceRetrieveNewsfeedRequest.IdStage
-
id
public RetrieveNewsfeedRequest._FinalStage id(@NotNull java.lang.String id)
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:
idin interfaceRetrieveNewsfeedRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public RetrieveNewsfeedRequest build()
- Specified by:
buildin interfaceRetrieveNewsfeedRequest._FinalStage
-
-