Package com.intercom.api.types
Class ContactReplyUserIdRequest.Builder
java.lang.Object
com.intercom.api.types.ContactReplyUserIdRequest.Builder
- All Implemented Interfaces:
ContactReplyUserIdRequest._FinalStage,ContactReplyUserIdRequest.BodyStage,ContactReplyUserIdRequest.UserIdStage
- Enclosing class:
ContactReplyUserIdRequest
public static final class ContactReplyUserIdRequest.Builder
extends Object
implements ContactReplyUserIdRequest.BodyStage, ContactReplyUserIdRequest.UserIdStage, ContactReplyUserIdRequest._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.from(ContactReplyUserIdRequest other) The external_id you have defined for the contact.
-
Method Details
-
from
- Specified by:
fromin interfaceContactReplyUserIdRequest.BodyStage
-
body
The text body of the comment.
- Specified by:
bodyin interfaceContactReplyUserIdRequest.BodyStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
userId
The external_id you have defined for the contact.
- Specified by:
userIdin interfaceContactReplyUserIdRequest.UserIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
attachmentFiles
public ContactReplyUserIdRequest._FinalStage attachmentFiles(List<ConversationAttachmentFiles> attachmentFiles) A list of files that will be added as attachments. You can include up to 10 files.
- Specified by:
attachmentFilesin interfaceContactReplyUserIdRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
attachmentFiles
public ContactReplyUserIdRequest._FinalStage attachmentFiles(Optional<List<ConversationAttachmentFiles>> attachmentFiles) - Specified by:
attachmentFilesin interfaceContactReplyUserIdRequest._FinalStage
-
attachmentUrls
A list of image URLs that will be added as attachments. You can include up to 10 URLs.
- Specified by:
attachmentUrlsin interfaceContactReplyUserIdRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
attachmentUrls
- Specified by:
attachmentUrlsin interfaceContactReplyUserIdRequest._FinalStage
-
createdAt
The time the reply was created. If not provided, the current time will be used.
- Specified by:
createdAtin interfaceContactReplyUserIdRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
- Specified by:
createdAtin interfaceContactReplyUserIdRequest._FinalStage
-
build
- Specified by:
buildin interfaceContactReplyUserIdRequest._FinalStage
-