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