Interface UpdateConversationRequest.ConversationIdStage
-
- All Known Implementing Classes:
UpdateConversationRequest.Builder
- Enclosing class:
- UpdateConversationRequest
public static interface UpdateConversationRequest.ConversationIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateConversationRequest._FinalStageconversationId(java.lang.String conversationId)The id of the conversation to targetUpdateConversationRequest.Builderfrom(UpdateConversationRequest other)
-
-
-
Method Detail
-
conversationId
UpdateConversationRequest._FinalStage conversationId(@NotNull java.lang.String conversationId)
The id of the conversation to target
-
from
UpdateConversationRequest.Builder from(UpdateConversationRequest other)
-
-