Package com.intercom.api.types
Class ContactReplyTicketUserIdRequest.Builder
java.lang.Object
com.intercom.api.types.ContactReplyTicketUserIdRequest.Builder
- All Implemented Interfaces:
ContactReplyTicketUserIdRequest._FinalStage,ContactReplyTicketUserIdRequest.BodyStage,ContactReplyTicketUserIdRequest.UserIdStage
- Enclosing class:
ContactReplyTicketUserIdRequest
public static final class ContactReplyTicketUserIdRequest.Builder
extends Object
implements ContactReplyTicketUserIdRequest.BodyStage, ContactReplyTicketUserIdRequest.UserIdStage, ContactReplyTicketUserIdRequest._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 external_id you have defined for the contact.
-
Method Details
-
from
- Specified by:
fromin interfaceContactReplyTicketUserIdRequest.BodyStage
-
body
The text body of the comment.
- Specified by:
bodyin interfaceContactReplyTicketUserIdRequest.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 interfaceContactReplyTicketUserIdRequest.UserIdStage- 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 interfaceContactReplyTicketUserIdRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
attachmentUrls
public ContactReplyTicketUserIdRequest._FinalStage attachmentUrls(Optional<List<String>> attachmentUrls) - Specified by:
attachmentUrlsin interfaceContactReplyTicketUserIdRequest._FinalStage
-
createdAt
The time the reply was created. If not provided, the current time will be used.
- Specified by:
createdAtin interfaceContactReplyTicketUserIdRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
- Specified by:
createdAtin interfaceContactReplyTicketUserIdRequest._FinalStage
-
build
- Specified by:
buildin interfaceContactReplyTicketUserIdRequest._FinalStage
-