Class Fragment
java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Fragment
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@Nullable Cheermote
Optional: Metadata pertaining to the cheermote.@Nullable Emote
getEmote()
Optional: Metadata pertaining to the emote.@Nullable Mention
Optional: Metadata pertaining to the mention.@NotNull String
getText()
Message text in fragment.@NotNull Fragment.Type
getType()
The type of message fragment.int
hashCode()
toString()
-
Constructor Details
-
Fragment
public Fragment()
-
-
Method Details
-
getCheermote
Optional: Metadata pertaining to the cheermote. -
getEmote
Optional: Metadata pertaining to the emote. -
getMention
Optional: Metadata pertaining to the mention. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
getType
The type of message fragment. -
getText
Message text in fragment.
-