Package com.intercom.api.types
Interface CreateMessageRequest.Email._FinalStage
-
- All Known Implementing Classes:
CreateMessageRequest.Email.Builder
- Enclosing class:
- CreateMessageRequest.Email
public static interface CreateMessageRequest.Email._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMessageRequest.Emailbuild()CreateMessageRequest.Email._FinalStagecreateConversationWithoutContactReply(java.lang.Boolean createConversationWithoutContactReply)CreateMessageRequest.Email._FinalStagecreateConversationWithoutContactReply(java.util.Optional<java.lang.Boolean> createConversationWithoutContactReply)Whether a conversation should be opened in the inbox for the message without the contact replying.CreateMessageRequest.Email._FinalStagecreatedAt(java.lang.Integer createdAt)CreateMessageRequest.Email._FinalStagecreatedAt(java.util.Optional<java.lang.Integer> createdAt)The time the message was created.
-
-
-
Method Detail
-
build
CreateMessageRequest.Email build()
-
createdAt
CreateMessageRequest.Email._FinalStage createdAt(java.util.Optional<java.lang.Integer> createdAt)
The time the message was created. If not provided, the current time will be used.
-
createdAt
CreateMessageRequest.Email._FinalStage createdAt(java.lang.Integer createdAt)
-
createConversationWithoutContactReply
CreateMessageRequest.Email._FinalStage createConversationWithoutContactReply(java.util.Optional<java.lang.Boolean> createConversationWithoutContactReply)
Whether a conversation should be opened in the inbox for the message without the contact replying. Defaults to false if not provided.
-
createConversationWithoutContactReply
CreateMessageRequest.Email._FinalStage createConversationWithoutContactReply(java.lang.Boolean createConversationWithoutContactReply)
-
-