Interface Message.CreatedAtStage
-
- All Known Implementing Classes:
Message.Builder
- Enclosing class:
- Message
public static interface Message.CreatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Message.BodyStagecreatedAt(int createdAt)The time the conversation was created.
-
-
-
Method Detail
-
createdAt
Message.BodyStage createdAt(int createdAt)
The time the conversation was created.
-
-