Package com.intercom.api.types
Interface NewsItemRequest.SenderIdStage
-
- All Known Implementing Classes:
NewsItemRequest.Builder
- Enclosing class:
- NewsItemRequest
public static interface NewsItemRequest.SenderIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewsItemRequest._FinalStagesenderId(int senderId)The id of the sender of the news item.
-
-
-
Method Detail
-
senderId
NewsItemRequest._FinalStage senderId(int senderId)
The id of the sender of the news item. Must be a teammate on the workspace.
-
-