Package com.github.twitch4j.helix.domain
Class EmoteList
java.lang.Object
com.github.twitch4j.helix.domain.EmoteList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The emote data.Contains the information used to page through the list of results.getPopulatedTemplateUrl
(@NonNull String id, Emote.Format format, Emote.Theme theme, Emote.Scale size) Uses the values from id, format, scale, and theme_mode to replace the like-named placeholder strings in the templated URL to create a CDN (content delivery network) URL that you use to fetch the emote.A templated URL.int
hashCode()
toString()
-
Constructor Details
-
EmoteList
public EmoteList()
-
-
Method Details
-
getPopulatedTemplateUrl
public String getPopulatedTemplateUrl(@NonNull @NonNull String id, @NonNull Emote.Format format, @NonNull Emote.Theme theme, @NonNull Emote.Scale size) Uses the values from id, format, scale, and theme_mode to replace the like-named placeholder strings in the templated URL to create a CDN (content delivery network) URL that you use to fetch the emote.- Parameters:
id
- The emote’s ID.format
- The format of the image to get.theme
- The background theme of the emote.size
- The size of the emote.- Returns:
- the populated emote template url.
- See Also:
-
getEmotes
The emote data. -
getTemplate
A templated URL.- See Also:
-
getPagination
Contains the information used to page through the list of results.The object is empty if there are no more pages left to page through.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-