Class Fragment
java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Fragment
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@Nullable CheermoteOptional: Metadata pertaining to the cheermote.@Nullable EmotegetEmote()Optional: Metadata pertaining to the emote.@Nullable MentionOptional: Metadata pertaining to the mention.@NotNull StringgetText()Message text in fragment.@NotNull Fragment.TypegetType()The type of message fragment.inthashCode()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.
-