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