Package com.intercom.api.types
Interface ConversationPart.NotifiedAtStage
-
- All Known Implementing Classes:
ConversationPart.Builder
- Enclosing class:
- ConversationPart
public static interface ConversationPart.NotifiedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationPart.AuthorStagenotifiedAt(int notifiedAt)The time the user was notified with the conversation part.
-
-
-
Method Detail
-
notifiedAt
ConversationPart.AuthorStage notifiedAt(int notifiedAt)
The time the user was notified with the conversation part.
-
-