Interface UpdateConversationRequest.IdStage
-
- All Known Implementing Classes:
UpdateConversationRequest.Builder
- Enclosing class:
- UpdateConversationRequest
public static interface UpdateConversationRequest.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateConversationRequest.Builderfrom(UpdateConversationRequest other)UpdateConversationRequest._FinalStageid(int id)The id of the conversation to target
-
-
-
Method Detail
-
id
UpdateConversationRequest._FinalStage id(int id)
The id of the conversation to target
-
from
UpdateConversationRequest.Builder from(UpdateConversationRequest other)
-
-