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