Package com.intercom.api.types
Interface ConversationSource.SubjectStage
-
- All Known Implementing Classes:
ConversationSource.Builder
- Enclosing class:
- ConversationSource
public static interface ConversationSource.SubjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationSource.AuthorStagesubject(java.lang.String subject)Optional.
-
-
-
Method Detail
-
subject
ConversationSource.AuthorStage subject(@NotNull java.lang.String subject)
Optional. The message subject. For Twitter, this will show a generic message regarding why the subject is obscured.
-
-