Class ReplyConversationRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.conversations.requests.ReplyConversationRequest.Builder
-
- All Implemented Interfaces:
ReplyConversationRequest._FinalStage,ReplyConversationRequest.BodyStage,ReplyConversationRequest.IdStage
- Enclosing class:
- ReplyConversationRequest
public static final class ReplyConversationRequest.Builder extends java.lang.Object implements ReplyConversationRequest.IdStage, ReplyConversationRequest.BodyStage, ReplyConversationRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplyConversationRequest._FinalStagebody(ReplyConversationRequestBody body)ReplyConversationRequestbuild()ReplyConversationRequest.Builderfrom(ReplyConversationRequest other)ReplyConversationRequest.BodyStageid(java.lang.String id)The Intercom provisioned identifier for the conversation or the string "last" to reply to the last part of the conversation
-
-
-
Method Detail
-
from
public ReplyConversationRequest.Builder from(ReplyConversationRequest other)
- Specified by:
fromin interfaceReplyConversationRequest.IdStage
-
id
public ReplyConversationRequest.BodyStage id(@NotNull java.lang.String id)
The Intercom provisioned identifier for the conversation or the string "last" to reply to the last part of the conversation
The Intercom provisioned identifier for the conversation or the string "last" to reply to the last part of the conversation
- Specified by:
idin interfaceReplyConversationRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
body
public ReplyConversationRequest._FinalStage body(@NotNull ReplyConversationRequestBody body)
- Specified by:
bodyin interfaceReplyConversationRequest.BodyStage
-
build
public ReplyConversationRequest build()
- Specified by:
buildin interfaceReplyConversationRequest._FinalStage
-
-