public class World extends Object
| Modifier and Type | Field and Description |
|---|---|
List<CensusScore> |
census
The world's census scores.
|
CensusDescriptions |
censusDescriptions
Descriptions of the current or selected census.
|
int |
censusId
Id of the current census.
|
CensusName |
censusName
Name of the current or selected census.
|
NationCensusScoreRanks |
censusRanks
The census scores of the world's nations.
|
CensusScale |
censusScale
The scale of the current or selected census.
|
CensusTitle |
censusTitle
The title of the current or selected census.
|
List<Dispatch> |
dispatches
The newest or selected dispatches.
|
String |
featuredRegion
Name of today's featured region.
|
List<Happening> |
happenings
List of the most recent or selected happenings.
|
List<String> |
nations
List of all nations in the world.
|
List<String> |
newestNations
List of newest nations.
|
int |
numberOfNations
The number of nations in the world.
|
int |
numberOfRegions
The number of regions in the world.
|
Dispatch |
selectedDispatch
The selected dispatch.
|
Poll |
selectedPoll
The selected poll.
|
| Constructor and Description |
|---|
World() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
regions()
If the Regions shard was used alone or together with RegionsByTag, then
this returns the retrieved Regions.
|
List<String> |
regionsByTag()
If the RegionsByTag shard was used alone or together with Regions, then
this returns the retrieved RegionsByTag.
|
public List<CensusScore> census
public int censusId
public CensusDescriptions censusDescriptions
public CensusName censusName
public NationCensusScoreRanks censusRanks
public CensusScale censusScale
public CensusTitle censusTitle
public Dispatch selectedDispatch
public List<Dispatch> dispatches
public String featuredRegion
public int numberOfNations
public int numberOfRegions
public Poll selectedPoll
Copyright © 2017. All rights reserved.