Package com.intercom.api.types
Interface ContactReplyEmailRequest.BodyStage
-
- All Known Implementing Classes:
ContactReplyEmailRequest.Builder
- Enclosing class:
- ContactReplyEmailRequest
public static interface ContactReplyEmailRequest.BodyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactReplyEmailRequest.EmailStagebody(java.lang.String body)The text body of the comment.ContactReplyEmailRequest.Builderfrom(ContactReplyEmailRequest other)
-
-
-
Method Detail
-
body
ContactReplyEmailRequest.EmailStage body(@NotNull java.lang.String body)
The text body of the comment.
-
from
ContactReplyEmailRequest.Builder from(ContactReplyEmailRequest other)
-
-