Class Region


  • public class Region
    extends IdentifiableNamedResource
    Historical regions of the world where games were distributed.
    Name consists of a shortened country or region name and either NTSC or PAL.
    For example: USA / NTSC.

    This class is immutable and thread-safe.
    • Method Detail

      • getGames

        public GamesRequest getGames()
        Gets a new GamesRequest builder object to request all games that use this region.
        Returns:
        a GamesRequest builder
      • getRuns

        public RunsRequest getRuns()
        Gets a new RunsRequest builder object to request all runs that are played in this region.
        Returns:
        a RunsRequest builder