Package com.github.twitch4j.helix.domain
Class Game
java.lang.Object
com.github.twitch4j.helix.domain.Game
Game
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Template URL for the game’s box art.getBoxArtUrl
(Integer width, Integer height) Gets the game's box art url for specific dimensionsgetId()
Game ID.The ID that IGDB uses to identify this game, or an empty string.getName()
Game name.int
hashCode()
toString()
-
Constructor Details
-
Game
public Game()
-
-
Method Details
-
getBoxArtUrl
Gets the game's box art url for specific dimensions- Parameters:
width
- game's box art widthheight
- game's box art height- Returns:
- String
-
getId
Game ID. -
getIgdbId
The ID that IGDB uses to identify this game, or an empty string. -
getName
Game name. -
getBoxArtUrl
Template URL for the game’s box art. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-