Interface ContactReplyBaseRequest.BodyStage
-
- All Known Implementing Classes:
ContactReplyBaseRequest.Builder
- Enclosing class:
- ContactReplyBaseRequest
public static interface ContactReplyBaseRequest.BodyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactReplyBaseRequest._FinalStagebody(java.lang.String body)The text body of the comment.ContactReplyBaseRequest.Builderfrom(ContactReplyBaseRequest other)
-
-
-
Method Detail
-
body
ContactReplyBaseRequest._FinalStage body(@NotNull java.lang.String body)
The text body of the comment.
-
from
ContactReplyBaseRequest.Builder from(ContactReplyBaseRequest other)
-
-