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