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