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