Package com.github.twitch4j.helix.domain
Klasse EmoteList
java.lang.Object
com.github.twitch4j.helix.domain.EmoteList
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanThe 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.inthashCode()toString()
-
Konstruktordetails
-
EmoteList
public EmoteList()
-
-
Methodendetails
-
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.- Parameter:
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.- Gibt zurück:
- the populated emote template url.
- Siehe auch:
-
getEmotes
The emote data. -
getTemplate
A templated URL.- Siehe auch:
-
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
-