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