-
public final class DirectMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Longcreatedprivate final MessageCreatemessageCreated
-
Constructor Summary
Constructors Constructor Description DirectMessage(String id, Long created, MessageCreate messageCreated)
-
Method Summary
Modifier and Type Method Description final PlayerIdplayerId(PlayerType playerType)final PlayerIdrecipientId(PlayerType playerType)final StringgetMessageId()final BooleanisQuote()final StringtextWithoutUrls()final Stringcomponent1()final Longcomponent2()final MessageCreatecomponent3()final DirectMessagecopy(String id, Long created, MessageCreate messageCreated)final StringgetId()final LonggetCreated()final MessageCreategetMessageCreated()-
-
Constructor Detail
-
DirectMessage
DirectMessage(String id, Long created, MessageCreate messageCreated)
-
-
Method Detail
-
playerId
final PlayerId playerId(PlayerType playerType)
-
recipientId
final PlayerId recipientId(PlayerType playerType)
-
getMessageId
final String getMessageId()
-
textWithoutUrls
final String textWithoutUrls()
-
component1
final String component1()
-
component2
final Long component2()
-
component3
final MessageCreate component3()
-
copy
final DirectMessage copy(String id, Long created, MessageCreate messageCreated)
-
getCreated
final Long getCreated()
-
getMessageCreated
final MessageCreate getMessageCreated()
-
-
-
-