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 © 2016. All rights reserved.