Package com.intercom.api.types
Interface ConversationPart.IdStage
-
- All Known Implementing Classes:
ConversationPart.Builder
- Enclosing class:
- ConversationPart
public static interface ConversationPart.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationPart.Builderfrom(ConversationPart other)ConversationPart.PartTypeStageid(java.lang.String id)The id representing the conversation part.
-
-
-
Method Detail
-
id
ConversationPart.PartTypeStage id(@NotNull java.lang.String id)
The id representing the conversation part.
-
from
ConversationPart.Builder from(ConversationPart other)
-
-