| Modifier and Type | Method and Description |
|---|---|
Message |
build()
Builds message
|
Message.Builder |
buildCreatedDate(long createdDate)
Sets created date.
|
Message.Builder |
buildCreator(User creator)
Sets creator.
|
Message.Builder |
buildText(String text)
Sets text.
|
public Builder(@NonNull
String id)
id - unique id of the messagepublic Message.Builder buildCreator(User creator)
creator - message creatorpublic Message.Builder buildText(String text)
text - text of messagepublic Message.Builder buildCreatedDate(long createdDate)
createdDate - the difference, measured in milliseconds, between
the current time and midnight, January 1, 1970 UTC. See System.currentTimeMillis()public Message build()