Package com.intercom.api.types
Interface CreateMessageRequest.Email.ToStage
-
- All Known Implementing Classes:
CreateMessageRequest.Email.Builder
- Enclosing class:
- CreateMessageRequest.Email
public static interface CreateMessageRequest.Email.ToStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMessageRequest.Email._FinalStageto(CreateMessageRequest.Email.To to)The sender of the message.
-
-
-
Method Detail
-
to
CreateMessageRequest.Email._FinalStage to(@NotNull CreateMessageRequest.Email.To to)
The sender of the message. If not provided, the default sender will be used.
-
-