Interface NotifyNewMessageRequest.BodyStage
-
- All Known Implementing Classes:
NotifyNewMessageRequest.Builder
- Enclosing class:
- NotifyNewMessageRequest
public static interface NotifyNewMessageRequest.BodyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotifyNewMessageRequest._FinalStagebody(java.lang.String body)The message content sent by the user.
-
-
-
Method Detail
-
body
NotifyNewMessageRequest._FinalStage body(@NotNull java.lang.String body)
The message content sent by the user.
-
-