Interface RetrieveNewsItemRequest.IdStage
-
- All Known Implementing Classes:
RetrieveNewsItemRequest.Builder
- Enclosing class:
- RetrieveNewsItemRequest
public static interface RetrieveNewsItemRequest.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetrieveNewsItemRequest.Builderfrom(RetrieveNewsItemRequest other)RetrieveNewsItemRequest._FinalStageid(int id)The unique identifier for the news item which is given by Intercom.
-
-
-
Method Detail
-
id
RetrieveNewsItemRequest._FinalStage id(int id)
The unique identifier for the news item which is given by Intercom.
-
from
RetrieveNewsItemRequest.Builder from(RetrieveNewsItemRequest other)
-
-