Package com.intercom.api.types
Interface ConversationPartAuthor.TypeStage
-
- All Known Implementing Classes:
ConversationPartAuthor.Builder
- Enclosing class:
- ConversationPartAuthor
public static interface ConversationPartAuthor.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationPartAuthor.Builderfrom(ConversationPartAuthor other)ConversationPartAuthor.IdStagetype(java.lang.String type)The type of the author
-
-
-
Method Detail
-
type
ConversationPartAuthor.IdStage type(@NotNull java.lang.String type)
The type of the author
-
from
ConversationPartAuthor.Builder from(ConversationPartAuthor other)
-
-