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