Interface ManageConversationRequest.IdStage
-
- All Known Implementing Classes:
ManageConversationRequest.Builder
- Enclosing class:
- ManageConversationRequest
public static interface ManageConversationRequest.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManageConversationRequest.Builderfrom(ManageConversationRequest other)ManageConversationRequest.BodyStageid(java.lang.String id)The identifier for the conversation as given by Intercom.
-
-
-
Method Detail
-
id
ManageConversationRequest.BodyStage id(@NotNull java.lang.String id)
The identifier for the conversation as given by Intercom.
-
from
ManageConversationRequest.Builder from(ManageConversationRequest other)
-
-