Package com.treescrub.spedran.data
Class Developer
- java.lang.Object
-
- com.treescrub.spedran.data.Resource
-
- com.treescrub.spedran.data.IdentifiableResource
-
- com.treescrub.spedran.data.IdentifiableNamedResource
-
- com.treescrub.spedran.data.Developer
-
public class Developer extends IdentifiableNamedResource
The developer of a game.
This class is immutable and thread-safe.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GamesRequestgetGames()Gets a newGamesRequestbuilder object to request all the games developed by this developer.StringtoString()-
Methods inherited from class com.treescrub.spedran.data.IdentifiableNamedResource
getName
-
Methods inherited from class com.treescrub.spedran.data.IdentifiableResource
equals, getId, hashCode
-
-
-
-
Method Detail
-
getGames
public GamesRequest getGames()
Gets a newGamesRequestbuilder object to request all the games developed by this developer.- Returns:
- a
GamesRequestbuilder
-
-