Package com.treescrub.spedran.data
Class Publisher
- java.lang.Object
-
- com.treescrub.spedran.data.Resource
-
- com.treescrub.spedran.data.IdentifiableResource
-
- com.treescrub.spedran.data.IdentifiableNamedResource
-
- com.treescrub.spedran.data.Publisher
-
public class Publisher extends IdentifiableNamedResource
A publisher of games.
For example: Bethesda Softworks, Valve, Nintendo, and so on.
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 games that were published by this publisher.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 games that were published by this publisher.- Returns:
- a
GamesRequestbuilder
-
-