Interface ReplyConversationRequest.IdStage
-
- All Known Implementing Classes:
ReplyConversationRequest.Builder
- Enclosing class:
- ReplyConversationRequest
public static interface ReplyConversationRequest.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
id
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
-
from
ReplyConversationRequest.Builder from(ReplyConversationRequest other)
-
-