Package com.intercom.api.types
Interface CreateMessageRequest.Email.BodyStage
-
- All Known Implementing Classes:
CreateMessageRequest.Email.Builder
- Enclosing class:
- CreateMessageRequest.Email
public static interface CreateMessageRequest.Email.BodyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMessageRequest.Email.TemplateStagebody(java.lang.String body)The content of the message.
-
-
-
Method Detail
-
body
CreateMessageRequest.Email.TemplateStage body(@NotNull java.lang.String body)
The content of the message. HTML and plaintext are supported.
-
-