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