Package com.intercom.api.types
Interface ConversationSource.IdStage
-
- All Known Implementing Classes:
ConversationSource.Builder
- Enclosing class:
- ConversationSource
public static interface ConversationSource.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationSource.DeliveredAsStageid(java.lang.String id)The id representing the message.
-
-
-
Method Detail
-
id
ConversationSource.DeliveredAsStage id(@NotNull java.lang.String id)
The id representing the message.
-
-