Package com.intercom.api.types
Interface NewsItemRequest.TitleStage
-
- All Known Implementing Classes:
NewsItemRequest.Builder
- Enclosing class:
- NewsItemRequest
public static interface NewsItemRequest.TitleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewsItemRequest.Builderfrom(NewsItemRequest other)NewsItemRequest.SenderIdStagetitle(java.lang.String title)The title of the news item.
-
-
-
Method Detail
-
title
NewsItemRequest.SenderIdStage title(@NotNull java.lang.String title)
The title of the news item.
-
from
NewsItemRequest.Builder from(NewsItemRequest other)
-
-