Package com.intercom.api.types
Class ContactReplyEmailRequest.Builder
java.lang.Object
com.intercom.api.types.ContactReplyEmailRequest.Builder
- All Implemented Interfaces:
ContactReplyEmailRequest._FinalStage,ContactReplyEmailRequest.BodyStage,ContactReplyEmailRequest.EmailStage
- Enclosing class:
ContactReplyEmailRequest
public static final class ContactReplyEmailRequest.Builder
extends Object
implements ContactReplyEmailRequest.BodyStage, ContactReplyEmailRequest.EmailStage, ContactReplyEmailRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionattachmentFiles(List<ConversationAttachmentFiles> attachmentFiles) A list of files that will be added as attachments.attachmentFiles(Optional<List<ConversationAttachmentFiles>> attachmentFiles) attachmentUrls(List<String> attachmentUrls) A list of image URLs that will be added as attachments.attachmentUrls(Optional<List<String>> attachmentUrls) The text body of the comment.build()The time the reply was created.The email you have defined for the user.from(ContactReplyEmailRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceContactReplyEmailRequest.BodyStage
-
body
The text body of the comment.
- Specified by:
bodyin interfaceContactReplyEmailRequest.BodyStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
email
The email you have defined for the user.
- Specified by:
emailin interfaceContactReplyEmailRequest.EmailStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
attachmentFiles
public ContactReplyEmailRequest._FinalStage attachmentFiles(List<ConversationAttachmentFiles> attachmentFiles) A list of files that will be added as attachments.
- Specified by:
attachmentFilesin interfaceContactReplyEmailRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
attachmentFiles
public ContactReplyEmailRequest._FinalStage attachmentFiles(Optional<List<ConversationAttachmentFiles>> attachmentFiles) - Specified by:
attachmentFilesin interfaceContactReplyEmailRequest._FinalStage
-
attachmentUrls
A list of image URLs that will be added as attachments. You can include up to 10 URLs.
- Specified by:
attachmentUrlsin interfaceContactReplyEmailRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
attachmentUrls
- Specified by:
attachmentUrlsin interfaceContactReplyEmailRequest._FinalStage
-
createdAt
The time the reply was created. If not provided, the current time will be used.
- Specified by:
createdAtin interfaceContactReplyEmailRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
- Specified by:
createdAtin interfaceContactReplyEmailRequest._FinalStage
-
build
- Specified by:
buildin interfaceContactReplyEmailRequest._FinalStage
-