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