- AbstractQuery<Q extends AbstractQuery,R> - Class in com.github.agadar.nationstates.query
-
Top parent class for all Queries to NationStates in general.
- AbstractQuery(IXmlConverter, String, String) - Constructor for class com.github.agadar.nationstates.query.AbstractQuery
-
Constructor, setting the returnType.
- action - Variable in class com.github.agadar.nationstates.domain.common.ZombieInfo
-
The action the nation undertook.
- action - Variable in class com.github.agadar.nationstates.domain.worldassembly.DelegateLogsEntry
-
How the delegate voted (FOR, AGAINST, or WITHDREW).
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.Authority.Adapter
-
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.Council.Adapter
-
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.DelegateAction.Adapter
-
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.DispatchCategory.Adapter
-
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.DispatchSubCategory.Adapter
-
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.EmbassiesRmbPermissions.Adapter
-
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.EmbassyStatus.Adapter
-
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.RegionalMessageStatus.Adapter
-
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.RegionTag.Adapter
-
- Adapter() - Constructor for class com.github.agadar.nationstates.enumerator.WorldAssemblyStatus.Adapter
-
- addListeners(TelegramSentListener...) - Method in class com.github.agadar.nationstates.query.TelegramQuery
-
Registers new telegram event listeners.
- administration - Variable in class com.github.agadar.nationstates.domain.nation.GovernmentExpenditure
-
Percentage spent on the administration
- admirable - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
One of two adjectives for this nation, e.g.
- animal - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's national animal.
- animalTrait - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Information about this nation's national animal.
- APIQuery<Q extends APIQuery,R> - Class in com.github.agadar.nationstates.query
-
Top parent class for all Queries to the NationStates API.
- APIQuery(IXmlConverter, IRateLimiter, IRateLimiter, String, String, int, String) - Constructor for class com.github.agadar.nationstates.query.APIQuery
-
Constructor.
- approvedBy - Variable in class com.github.agadar.nationstates.domain.worldassembly.Proposal
-
The list of delegates that approved this proposal.
- assignedBy - Variable in class com.github.agadar.nationstates.domain.region.Officer
-
Name of the nation by which this officer position was assigned.
- assignedOn - Variable in class com.github.agadar.nationstates.domain.region.Officer
-
UNIX timestamp of when this officer position was assigned.
- author - Variable in class com.github.agadar.nationstates.domain.common.Dispatch
-
The author nation.
- author - Variable in class com.github.agadar.nationstates.domain.region.RegionalMessage
-
Name of the nation that posted the message
- authorities - Variable in class com.github.agadar.nationstates.domain.region.Officer
-
The authorities granted to this officer.
- Authority - Enum in com.github.agadar.nationstates.enumerator
-
The different authorities regional officers can have.
- Authority.Adapter - Class in com.github.agadar.nationstates.enumerator
-
Converts a String containing authority codes to a List of Authority
values, and vice versa.
- authorName - Variable in class com.github.agadar.nationstates.domain.common.Poll
-
Name of the nation that opened the poll.
- averageIncome - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The average income of the population.
- averageIncomeTaxRate - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The income tax rate, expressed as a percentage.
- canReceiveCampaignTelegrams - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
True if the nation is not currently blocking campaign telegrams.
- canReceiveRecruitmentTelegrams - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
True if the nation is not currently blocking recruitment telegrams.
- canReceiveTelegramFromRegion(String) - Method in class com.github.agadar.nationstates.query.NationQuery
-
For use with the 'CanReceiveRecruitmentTelegrams' and
'CanReceiveCampaignTelegrams' shards.
- capital - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's capital.
- category - Variable in class com.github.agadar.nationstates.domain.common.Dispatch
-
The dispatch's category.
- category - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's government's category e.g.
- category - Variable in class com.github.agadar.nationstates.domain.worldassembly.Proposal
-
This proposal's category.
- category - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
This resolution's category.
- census - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's census scale scores.
- census - Variable in class com.github.agadar.nationstates.domain.region.Region
-
This region's census scale scores.
- census - Variable in class com.github.agadar.nationstates.domain.world.World
-
The world's census scores.
- CensusDescriptions - Class in com.github.agadar.nationstates.domain.world
-
A world's descriptions of the current or selected census.
- CensusDescriptions() - Constructor for class com.github.agadar.nationstates.domain.world.CensusDescriptions
-
- censusDescriptions - Variable in class com.github.agadar.nationstates.domain.world.World
-
Descriptions of the current or selected census.
- censusHistoryFrom(long) - Method in class com.github.agadar.nationstates.query.CensusQuery
-
Sets the lower bound in UNIX timestamp for the History census mode.
- censusHistoryTo(long) - Method in class com.github.agadar.nationstates.query.CensusQuery
-
Sets the upper bound in UNIX timestamp for the History census mode.
- censusId - Variable in class com.github.agadar.nationstates.domain.world.World
-
Id of the current census.
- CensusId - Enum in com.github.agadar.nationstates.enumerator
-
Enumerator for the id's of the various census scales.
- censusIds(CensusId...) - Method in class com.github.agadar.nationstates.query.CensusQuery
-
Sets the census id's.
- CensusMode - Enum in com.github.agadar.nationstates.enumerator
-
Available values for the Mode option for the Census shard.
- censusModes(CensusMode...) - Method in class com.github.agadar.nationstates.query.CensusQuery
-
Sets the census modes.
- CensusName - Class in com.github.agadar.nationstates.domain.world
-
Name of the current or selected census.
- CensusName() - Constructor for class com.github.agadar.nationstates.domain.world.CensusName
-
- censusName - Variable in class com.github.agadar.nationstates.domain.world.World
-
Name of the current or selected census.
- CensusQuery<Q extends CensusQuery,R,S extends Shard> - Class in com.github.agadar.nationstates.query
-
Intermediate parent class that adds options for censusses.
- CensusQuery(IXmlConverter, IRateLimiter, IRateLimiter, String, String, int, String) - Constructor for class com.github.agadar.nationstates.query.CensusQuery
-
Constructor.
- CensusRankQuery<Q extends CensusRankQuery,R,S extends Shard> - Class in com.github.agadar.nationstates.query
-
Intermediate parent class that adds options for census ranks.
- CensusRankQuery(IXmlConverter, IRateLimiter, IRateLimiter, String, String, int, String) - Constructor for class com.github.agadar.nationstates.query.CensusRankQuery
-
Constructor.
- censusRanks - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The census scale scores of this region's nations.
- censusRanks - Variable in class com.github.agadar.nationstates.domain.world.World
-
The census scores of the world's nations.
- censusRanksStart(int) - Method in class com.github.agadar.nationstates.query.CensusRankQuery
-
Sets a rank to start the retrieved census rank scores list from.
- CensusScale - Class in com.github.agadar.nationstates.domain.world
-
The scale of the current or selected census.
- CensusScale() - Constructor for class com.github.agadar.nationstates.domain.world.CensusScale
-
- censusScale - Variable in class com.github.agadar.nationstates.domain.world.World
-
The scale of the current or selected census.
- CensusScore - Class in com.github.agadar.nationstates.domain.common
-
Representation of a nation's, region's, or the world's census statistics.
- CensusScore() - Constructor for class com.github.agadar.nationstates.domain.common.CensusScore
-
- CensusScoreHistory - Class in com.github.agadar.nationstates.domain.common
-
Entry in a CensusScore's history list.
- CensusScoreHistory() - Constructor for class com.github.agadar.nationstates.domain.common.CensusScoreHistory
-
- CensusTitle - Class in com.github.agadar.nationstates.domain.world
-
The title of the current or selected census.
- CensusTitle() - Constructor for class com.github.agadar.nationstates.domain.world.CensusTitle
-
- censusTitle - Variable in class com.github.agadar.nationstates.domain.world.World
-
The title of the current or selected census.
- civilRights - Variable in class com.github.agadar.nationstates.domain.nation.Freedom
-
The nation's civil rights score
- closeInputStreamQuietly(InputStream) - Static method in class com.github.agadar.nationstates.query.AbstractQuery
-
Closes the given InputStream.
- closingOn - Variable in class com.github.agadar.nationstates.domain.common.Poll
-
UNIX timestamp on which the poll will close.
- ColonSeparatedToListAdapter - Class in com.github.agadar.nationstates.adapter
-
Converts a colon-separated String to a List of Strings and vice versa.
- ColonSeparatedToListAdapter() - Constructor for class com.github.agadar.nationstates.adapter.ColonSeparatedToListAdapter
-
- com.github.agadar.nationstates - package com.github.agadar.nationstates
-
- com.github.agadar.nationstates.adapter - package com.github.agadar.nationstates.adapter
-
- com.github.agadar.nationstates.domain - package com.github.agadar.nationstates.domain
-
- com.github.agadar.nationstates.domain.common - package com.github.agadar.nationstates.domain.common
-
- com.github.agadar.nationstates.domain.nation - package com.github.agadar.nationstates.domain.nation
-
- com.github.agadar.nationstates.domain.region - package com.github.agadar.nationstates.domain.region
-
- com.github.agadar.nationstates.domain.world - package com.github.agadar.nationstates.domain.world
-
- com.github.agadar.nationstates.domain.worldassembly - package com.github.agadar.nationstates.domain.worldassembly
-
- com.github.agadar.nationstates.enumerator - package com.github.agadar.nationstates.enumerator
-
- com.github.agadar.nationstates.event - package com.github.agadar.nationstates.event
-
- com.github.agadar.nationstates.query - package com.github.agadar.nationstates.query
-
- com.github.agadar.nationstates.ratelimiter - package com.github.agadar.nationstates.ratelimiter
-
- com.github.agadar.nationstates.shard - package com.github.agadar.nationstates.shard
-
- com.github.agadar.nationstates.xmlconverter - package com.github.agadar.nationstates.xmlconverter
-
- CommaSeparatedToListAdapter - Class in com.github.agadar.nationstates.adapter
-
Converts a comma-separated String to a List of Strings and vice versa.
- CommaSeparatedToListAdapter() - Constructor for class com.github.agadar.nationstates.adapter.CommaSeparatedToListAdapter
-
- commerce - Variable in class com.github.agadar.nationstates.domain.nation.GovernmentExpenditure
-
Percentage spent on commerce
- council - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
Which council this resolution was send to.
- Council - Enum in com.github.agadar.nationstates.enumerator
-
The different councils within the World Assembly.
- Council.Adapter - Class in com.github.agadar.nationstates.enumerator
-
Converts an integer to a Council enum value and vice versa.
- councilId - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
This resolution's id as it is known to the specific Council it's in.
- createdOn - Variable in class com.github.agadar.nationstates.domain.common.Dispatch
-
UNIX timestamp when this dispatch was created.
- createdOn - Variable in class com.github.agadar.nationstates.domain.worldassembly.Proposal
-
UNIX timestamp of when this proposal was created.
- createdOn - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
UNIX timestamp of when this proposal was created.
- crimeDescription - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Description of crime in this nation.
- currency - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's currency name.
- currentPoll - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The regional poll that is currently being conducted.
- currentProposals - Variable in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
Current proposed resolutions.
- customCapital - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's capital.
- customLeader - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's leader.
- customReligion - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's religion.
- DailyDumpMode - Enum in com.github.agadar.nationstates.enumerator
-
The modes available for the daily dump Queries.
- DailyDumpNations - Class in com.github.agadar.nationstates.domain
-
List of nations retrieved from the daily dump.
- DailyDumpNations() - Constructor for class com.github.agadar.nationstates.domain.DailyDumpNations
-
- DailyDumpQuery<Q extends DailyDumpQuery,R> - Class in com.github.agadar.nationstates.query
-
Query for retrieving daily dumps from NationStates.
- DailyDumpQuery(IXmlConverter, String, String, String, DailyDumpMode) - Constructor for class com.github.agadar.nationstates.query.DailyDumpQuery
-
Constructor, accepting a mode.
- DailyDumpRegions - Class in com.github.agadar.nationstates.domain
-
List of regions retrieved from the daily dump.
- DailyDumpRegions() - Constructor for class com.github.agadar.nationstates.domain.DailyDumpRegions
-
- dead - Variable in class com.github.agadar.nationstates.domain.common.ZombieInfo
-
The number of dead people
- DeathCause - Class in com.github.agadar.nationstates.domain.nation
-
Representation of a cause of death.
- DeathCause() - Constructor for class com.github.agadar.nationstates.domain.nation.DeathCause
-
- deaths - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
List of death causes data in this nation.
- defence - Variable in class com.github.agadar.nationstates.domain.nation.GovernmentExpenditure
-
Percentage spent on defence
- delegate - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The name of the nation that is the region's world assembly delegate.
- DelegateAction - Enum in com.github.agadar.nationstates.enumerator
-
The possible actions a delegate can have taken on the current proposal at
vote.
- DelegateAction.Adapter - Class in com.github.agadar.nationstates.enumerator
-
Converts a String to a DelegateAction, and vice versa.
- delegateAuthorities - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The authorities granted to the region's world assembly delegate.
- delegateEndorsements - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The number of endorsements the region's world assembly delegate has.
- delegateLog - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
- delegateLog() - Method in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
- DelegateLogsEntry - Class in com.github.agadar.nationstates.domain.worldassembly
-
Represents an entry in the World Assembly's delegate logs for the current
resolution at vote.
- DelegateLogsEntry() - Constructor for class com.github.agadar.nationstates.domain.worldassembly.DelegateLogsEntry
-
- delegateName - Variable in class com.github.agadar.nationstates.domain.worldassembly.DelegateLogsEntry
-
Name of the delegate that made the vote.
- delegates - Variable in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
The list of delegates.
- delegateVotesAgainst - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
Same as DelegateLog, but only contains the LAST action for each delegate
that voted AGAINST.
- delegateVotesAgainst() - Method in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
Same as DelegateLog, but only contains the LAST action for each delegate
that voted AGAINST.
- delegateVotesFor - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
Same as DelegateLog, but only contains the LAST action for each delegate
that voted FOR.
- delegateVotesFor() - Method in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
Same as DelegateLog, but only contains the LAST action for each delegate
that voted FOR.
- demonym - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Primary demonym.
- demonym2 - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Secondary demonym.
- demonym2Plural - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Plural of secondary demonym.
- DependantRateLimiter - Class in com.github.agadar.nationstates.ratelimiter
-
A rate limiter that is also dependant on another rate limiter.
- DependantRateLimiter(IRateLimiter, int, int) - Constructor for class com.github.agadar.nationstates.ratelimiter.DependantRateLimiter
-
Constructs a new RateLimiter.
- description - Variable in class com.github.agadar.nationstates.domain.common.Happening
-
Description of the happening
- description - Variable in class com.github.agadar.nationstates.domain.common.Poll
-
The poll's description.
- description - Variable in class com.github.agadar.nationstates.domain.nation.DeathCause
-
Description of the death cause
- descriptionForNations - Variable in class com.github.agadar.nationstates.domain.world.CensusDescriptions
-
Description for nations, e.g.
- descriptionForRegions - Variable in class com.github.agadar.nationstates.domain.world.CensusDescriptions
-
Description for regions, e.g.
- Dispatch - Class in com.github.agadar.nationstates.domain.common
-
Representation of a dispatch.
- Dispatch() - Constructor for class com.github.agadar.nationstates.domain.common.Dispatch
-
- dispatchAuthor(String) - Method in class com.github.agadar.nationstates.query.WorldQuery
-
Sets the author to list dispatches of.
- DispatchCategory - Enum in com.github.agadar.nationstates.enumerator
-
The possible categories for dispatches.
- dispatchCategory(DispatchCategory) - Method in class com.github.agadar.nationstates.query.WorldQuery
-
Sets the category to list dispatches of.
- DispatchCategory.Adapter - Class in com.github.agadar.nationstates.enumerator
-
Converts a String to a DispatchCategory, and vice versa.
- dispatches - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nations's dispatches.
- dispatches - Variable in class com.github.agadar.nationstates.domain.world.World
-
The newest or selected dispatches.
- dispatchGetBest() - Method in class com.github.agadar.nationstates.query.WorldQuery
-
Sets the type to list dispatches of to 'best', as opposed to the default
'new'.
- dispatchId(int) - Method in class com.github.agadar.nationstates.query.WorldQuery
-
Sets the id of the dispatch to select.
- DispatchSubCategory - Enum in com.github.agadar.nationstates.enumerator
-
The possible subcategories for dispatches.
- dispatchSubcategory(DispatchSubCategory) - Method in class com.github.agadar.nationstates.query.WorldQuery
-
Sets the subcategory to list dispatches of.
- DispatchSubCategory.Adapter - Class in com.github.agadar.nationstates.enumerator
-
Converts a String to a DispatchSubCategory, and vice versa.
- doVersionCheck() - Method in interface com.github.agadar.nationstates.INationStates
-
Performs a simple version check, logging the results in the console.
- doVersionCheck() - Method in class com.github.agadar.nationstates.NationStates
-
- downloadDir(String) - Method in class com.github.agadar.nationstates.query.DailyDumpQuery
-
Sets a specific directory to download the gzip file in, which will be
used instead of the default directory.
- economy - Variable in class com.github.agadar.nationstates.domain.nation.Freedom
-
The nation's economy score
- economyDescription - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Elaborate description of this nation's economy.
- EconomySectors - Class in com.github.agadar.nationstates.domain.nation
-
Represents a nation's economy sectors.
- EconomySectors() - Constructor for class com.github.agadar.nationstates.domain.nation.EconomySectors
-
- economySectors - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Overview in percentages of the government's economy sectors.
- education - Variable in class com.github.agadar.nationstates.domain.nation.GovernmentExpenditure
-
Percentage spent on education
- embassies - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The region's embassies.
- embassiesRmbPermissions - Variable in class com.github.agadar.nationstates.domain.region.Region
-
Regional Message Board permissions for regions with which this region
exchanges embassies.
- EmbassiesRmbPermissions - Enum in com.github.agadar.nationstates.enumerator
-
Represents the different kinds of permissions a region can have set regarding
the nations of regions it has embassies with posting on the region's message
board.
- EmbassiesRmbPermissions.Adapter - Class in com.github.agadar.nationstates.enumerator
-
Converts a String to an EmbassiesRMBPermissions, and vice versa.
- Embassy - Class in com.github.agadar.nationstates.domain.region
-
Representation of an embassy.
- Embassy() - Constructor for class com.github.agadar.nationstates.domain.region.Embassy
-
- EmbassyStatus - Enum in com.github.agadar.nationstates.enumerator
-
Represents the different statusses an embassy can be in.
- EmbassyStatus.Adapter - Class in com.github.agadar.nationstates.enumerator
-
Converts a String to an EmbassyStatus, and vice versa.
- endorsedBy - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
List of nation names that endorsed this nation.
- environment - Variable in class com.github.agadar.nationstates.domain.nation.GovernmentExpenditure
-
Percentage spent on the environment
- errorMessage - Variable in class com.github.agadar.nationstates.event.TelegramSentEvent
-
Contains a message elaborating on why the telegram failed to be sent, if
applicable.
- estimatedDuration() - Method in class com.github.agadar.nationstates.query.TelegramQuery
-
The estimated time it will take to send all of this query's telegrams, in
milliseconds.
- execute() - Method in class com.github.agadar.nationstates.query.AbstractQuery
-
Executes this query, returning any result.
- execute(Class<T>) - Method in class com.github.agadar.nationstates.query.AbstractQuery
-
Executes this query, returning any result.
- execute(Class<T>) - Method in class com.github.agadar.nationstates.query.APIQuery
-
- execute(Class<T>) - Method in class com.github.agadar.nationstates.query.DailyDumpQuery
-
- execute(Class<T>) - Method in class com.github.agadar.nationstates.query.TelegramQuery
-
- factbook - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The complete mark-up of the regional factbook.
- factbooks - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
- featuredRegion - Variable in class com.github.agadar.nationstates.domain.world.World
-
Name of today's featured region.
- firstLogin - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
UNIX timestamp of when the nation first logged in.
- flagUrl - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
URL to the nation's flag image.
- flagUrl - Variable in class com.github.agadar.nationstates.domain.region.Region
-
URL to the region's flag image.
- founded - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
UNIX timestamp of when this nation was founded.
- founded - Variable in class com.github.agadar.nationstates.domain.region.Region
-
UNIX timestamp of when this region was founded.
- foundedDescription - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Description of when this nation was founded.
- foundedDescription - Variable in class com.github.agadar.nationstates.domain.region.Region
-
Description of when this region was founded.
- founder - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The name of the region's founding nation.
- founderAuthorities - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The authorities granted to the region's founder.
- Freedom - Class in com.github.agadar.nationstates.domain.nation
-
Represents a nation's freedom scores.
- Freedom() - Constructor for class com.github.agadar.nationstates.domain.nation.Freedom
-
- freedom - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The nation's civil rights, economy, and political freedoms scores.
- fromChar(char) - Static method in enum com.github.agadar.nationstates.enumerator.Authority
-
Returns the Authority correspondong to the specified authority code.
- fromInt(int) - Static method in enum com.github.agadar.nationstates.enumerator.CensusId
-
Returns the CensusId mapped to the given id.
- fromInt(int) - Static method in enum com.github.agadar.nationstates.enumerator.Council
-
Returns the Council instance that has the given council number.
- fromInt(int) - Static method in enum com.github.agadar.nationstates.enumerator.RegionalMessageStatus
-
Returns the RegionalMessageStatus represented by the supplied integer.
- fromString(String) - Static method in enum com.github.agadar.nationstates.enumerator.DelegateAction
-
Returns the DelegateAction represented by the supplied string.
- fromString(String) - Static method in enum com.github.agadar.nationstates.enumerator.DispatchCategory
-
Returns the DispatchCategory represented by the supplied string.
- fromString(String) - Static method in enum com.github.agadar.nationstates.enumerator.DispatchSubCategory
-
Returns the DispatchSubCategory represented by the supplied string.
- fromString(String) - Static method in enum com.github.agadar.nationstates.enumerator.EmbassiesRmbPermissions
-
Returns the EmbassiesRMBPermissions with the supplied underlying string.
- fromString(String) - Static method in enum com.github.agadar.nationstates.enumerator.EmbassyStatus
-
Returns the EmbassyStatus with the supplied underlying string.
- fromString(String) - Static method in enum com.github.agadar.nationstates.enumerator.RegionTag
-
Returns the RegionTag represented by the supplied string.
- fromString(String) - Static method in enum com.github.agadar.nationstates.enumerator.WorldAssemblyStatus
-
Returns the WorldAssemblyStatus with the supplied underlying string.
- fullName - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The nation's full name.
- generalAssemblyVote - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The nation's vote for the current General Assembly resolution.
- generalAssemblyVote - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The region's votes for the current General Assembly resolution.
- generalRateLimiter - Variable in class com.github.agadar.nationstates.query.APIQuery
-
The general rate limiter for all API calls.
- getFileName() - Method in class com.github.agadar.nationstates.query.DailyDumpQuery
-
Gives the file name to use.
- getFileName() - Method in class com.github.agadar.nationstates.query.NationDumpQuery
-
- getFileName() - Method in class com.github.agadar.nationstates.query.RegionDumpQuery
-
- getMillisecondsBetweenLocks() - Method in class com.github.agadar.nationstates.ratelimiter.DependantRateLimiter
-
- getMillisecondsBetweenLocks() - Method in interface com.github.agadar.nationstates.ratelimiter.IRateLimiter
-
- getMillisecondsBetweenLocks() - Method in class com.github.agadar.nationstates.ratelimiter.RateLimiter
-
- getNation(String) - Method in interface com.github.agadar.nationstates.INationStates
-
Starts building a nation query, using the given nation name.
- getNation(String) - Method in class com.github.agadar.nationstates.NationStates
-
- getNationDump(DailyDumpMode) - Method in interface com.github.agadar.nationstates.INationStates
-
Starts building a query that retrieves the daily nation dump.
- getNationDump(DailyDumpMode) - Method in class com.github.agadar.nationstates.NationStates
-
- getRateLimiter() - Method in class com.github.agadar.nationstates.query.APIQuery
-
Returns the rate limiter to use in the makeRequest()-function.
- getRateLimiter() - Method in class com.github.agadar.nationstates.query.TelegramQuery
-
- getRegion(String) - Method in interface com.github.agadar.nationstates.INationStates
-
Starts building a region query, using the given region name.
- getRegion(String) - Method in class com.github.agadar.nationstates.NationStates
-
- getRegionDump(DailyDumpMode) - Method in interface com.github.agadar.nationstates.INationStates
-
Starts building a query that retrieves the daily region dump.
- getRegionDump(DailyDumpMode) - Method in class com.github.agadar.nationstates.NationStates
-
- getVersion() - Method in interface com.github.agadar.nationstates.INationStates
-
Starts building a query that retrieves the version number of the latest
live NationStates API.
- getVersion() - Method in class com.github.agadar.nationstates.NationStates
-
- getWorld(WorldShard...) - Method in interface com.github.agadar.nationstates.INationStates
-
Starts building a world query, using the selected shards.
- getWorld(WorldShard...) - Method in class com.github.agadar.nationstates.NationStates
-
- getWorldAssembly(Council) - Method in interface com.github.agadar.nationstates.INationStates
-
Starts building a World Assembly query, using the selected council type.
- getWorldAssembly(Council) - Method in class com.github.agadar.nationstates.NationStates
-
- government - Variable in class com.github.agadar.nationstates.domain.nation.EconomySectors
-
Percentage of the economy that is government
- governmentDescription - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Elaborate description of the government.
- GovernmentExpenditure - Class in com.github.agadar.nationstates.domain.nation
-
Represents a government's expenditure.
- GovernmentExpenditure() - Constructor for class com.github.agadar.nationstates.domain.nation.GovernmentExpenditure
-
- governmentExpenditure - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Overview in percentages of the government's expenditures.
- governmentPriority - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The expenditure the government spends most on.
- governmentType - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The nation's custom government type, e.g.
- grossDomesticProduct - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The nation's gross domestic product.
- name - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's name.
- name - Variable in class com.github.agadar.nationstates.domain.region.MostLikedRank
-
Name of the nation.
- name - Variable in class com.github.agadar.nationstates.domain.region.MostLikesRank
-
Name of the nation.
- name - Variable in class com.github.agadar.nationstates.domain.region.MostPostsRank
-
Name of the nation.
- name - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The region's name.
- name - Variable in class com.github.agadar.nationstates.domain.world.CensusName
-
Name of this census.
- name - Variable in class com.github.agadar.nationstates.domain.worldassembly.Proposal
-
This proposal's name.
- name - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
This resolution's name.
- Nation - Class in com.github.agadar.nationstates.domain.nation
-
Representation of a nation.
- Nation() - Constructor for class com.github.agadar.nationstates.domain.nation.Nation
-
- NationCensusScore - Class in com.github.agadar.nationstates.domain.common
-
A nation's statistics in the census ranks.
- NationCensusScore() - Constructor for class com.github.agadar.nationstates.domain.common.NationCensusScore
-
- NationCensusScoreRanks - Class in com.github.agadar.nationstates.domain.common
-
Lists the census scores of a region's top 20 scoring nations, or the census
scores of the world's top 20 scoring nations.
- NationCensusScoreRanks() - Constructor for class com.github.agadar.nationstates.domain.common.NationCensusScoreRanks
-
- NationDumpQuery - Class in com.github.agadar.nationstates.query
-
Query for retrieving daily nation dumps from NationStates.
- NationDumpQuery(IXmlConverter, String, String, String, DailyDumpMode) - Constructor for class com.github.agadar.nationstates.query.NationDumpQuery
-
Constructor, accepting a mode.
- nationName - Variable in class com.github.agadar.nationstates.domain.common.NationCensusScore
-
The nation's name
- nationName - Variable in class com.github.agadar.nationstates.domain.region.Officer
-
Name of the nation that is fulfilling this officer position.
- nationNames - Variable in class com.github.agadar.nationstates.domain.region.Region
-
List of nations that inhabit this region.
- NationQuery - Class in com.github.agadar.nationstates.query
-
A query to the NationStates API's nation resource.
- NationQuery(IXmlConverter, IRateLimiter, IRateLimiter, String, String, int, String) - Constructor for class com.github.agadar.nationstates.query.NationQuery
-
Constructor.
- nations - Variable in class com.github.agadar.nationstates.domain.common.NationCensusScoreRanks
-
The nation scores
- nations - Variable in class com.github.agadar.nationstates.domain.DailyDumpNations
-
- nations - Variable in class com.github.agadar.nationstates.domain.world.World
-
List of all nations in the world.
- nationsAgainst - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
Total number of nations that voted AGAINST.
- nationsFor - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
Total number of nations that voted FOR.
- NationShard - Enum in com.github.agadar.nationstates.shard
-
Shards available for Nation requests.
- NationStates - Class in com.github.agadar.nationstates
-
The starting point for consumers of this Java wrapper for the NationStates
API.
- NationStates(String) - Constructor for class com.github.agadar.nationstates.NationStates
-
Instantiates a new service and sets the User Agent.
- NationStatesAPIException - Exception in com.github.agadar.nationstates
-
Custom unchecked exception for Agadar's NationStates API Java Wrapper.
- NationStatesAPIException() - Constructor for exception com.github.agadar.nationstates.NationStatesAPIException
-
- NationStatesAPIException(String) - Constructor for exception com.github.agadar.nationstates.NationStatesAPIException
-
- NationStatesAPIException(Throwable) - Constructor for exception com.github.agadar.nationstates.NationStatesAPIException
-
- NationStatesAPIException(String, Throwable) - Constructor for exception com.github.agadar.nationstates.NationStatesAPIException
-
- newestNations - Variable in class com.github.agadar.nationstates.domain.world.World
-
List of newest nations.
- notableFor - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Description of what this nation is most notable for.
- numberOfDelegates - Variable in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
The number of delegates.
- numberOfDispatches - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Number of dispatches written by this nation.
- numberOfFactbooks - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Number of factbooks written by this nation.
- numberOfLikes - Variable in class com.github.agadar.nationstates.domain.region.RegionalMessage
-
The number of likes this message received
- numberOfMembers - Variable in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
The number of member nations.
- numberOfNations - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The number of nations that inhabit this region.
- numberOfNations - Variable in class com.github.agadar.nationstates.domain.world.World
-
The number of nations in the world.
- numberOfRegions - Variable in class com.github.agadar.nationstates.domain.world.World
-
The number of regions in the world.
- numberOfVotes - Variable in class com.github.agadar.nationstates.domain.common.PollOption
-
The number of votes this option's received.
- percentage - Variable in class com.github.agadar.nationstates.domain.nation.DeathCause
-
The percentage of the population that dies of this death cause
- politicalFreedom - Variable in class com.github.agadar.nationstates.domain.nation.Freedom
-
The nation's political freedoms score
- Poll - Class in com.github.agadar.nationstates.domain.common
-
A regional poll.
- Poll() - Constructor for class com.github.agadar.nationstates.domain.common.Poll
-
- PollOption - Class in com.github.agadar.nationstates.domain.common
-
An option for a regional poll.
- PollOption() - Constructor for class com.github.agadar.nationstates.domain.common.PollOption
-
- poorestIncome - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Income of the poorest population.
- population - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The population, in millions.
- populationDescription - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Description of this nation's population.
- positionInQuery - Variable in class com.github.agadar.nationstates.event.TelegramSentEvent
-
The position of the sent telegram in the query.
- posts - Variable in class com.github.agadar.nationstates.domain.region.MostPostsRank
-
Number of posts made by this nation.
- postsFrom(long) - Method in class com.github.agadar.nationstates.query.RegionQuery
-
Sets the earliest epoch date of messages to take into account for
MostPosts, MostLiked, and MostLikes shards.
- postsTo(long) - Method in class com.github.agadar.nationstates.query.RegionQuery
-
Sets the latest epoch date of messages to take into account for
MostPosts, MostLiked, and MostLikes shards.
- power - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The region's power.
- privateIndustry - Variable in class com.github.agadar.nationstates.domain.nation.EconomySectors
-
Percentage of the economy that is privately owned
- promotedOn - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
UNIX timestamp of when this resolution was promoted.
- Proposal - Class in com.github.agadar.nationstates.domain.worldassembly
-
A proposal to the World Assembly, awaiting approval from the delegates.
- Proposal() - Constructor for class com.github.agadar.nationstates.domain.worldassembly.Proposal
-
- proposedBy - Variable in class com.github.agadar.nationstates.domain.worldassembly.Proposal
-
Name of the nation that created this proposal.
- proposedBy - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
Name of the nation that created this resolution.
- publicSector - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The percentage of the economy that is State-Owned or Government.
- publicTransport - Variable in class com.github.agadar.nationstates.domain.nation.GovernmentExpenditure
-
Percentage spent on public transport
- rank - Variable in class com.github.agadar.nationstates.domain.common.NationCensusScore
-
The nation's regional or world-wide rank on the census scale
- RateLimiter - Class in com.github.agadar.nationstates.ratelimiter
-
- RateLimiter(int, int) - Constructor for class com.github.agadar.nationstates.ratelimiter.RateLimiter
-
- readFromDir(String) - Method in class com.github.agadar.nationstates.query.DailyDumpQuery
-
Sets a specific directory to read the gzip file from, which will be used
instead of the default directory.
- recentHappenings - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
List of the most recent of this nation's happenings.
- recentHappenings - Variable in class com.github.agadar.nationstates.domain.region.Region
-
List of the most recent of this nation's happenings.
- recentHappenings - Variable in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
Most recent happenings.
- recentLegislation - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
List of this nation's most recent legislations.
- recentMemberLog - Variable in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
Most recent member log entries.
- recipient - Variable in class com.github.agadar.nationstates.event.TelegramSentEvent
-
Name of the nation the telegram was sent to.
- region - Variable in class com.github.agadar.nationstates.domain.common.Poll
-
The name of the region the poll is in.
- Region - Class in com.github.agadar.nationstates.domain.region
-
Representation of a region.
- Region() - Constructor for class com.github.agadar.nationstates.domain.region.Region
-
- regionalCensusRank - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The nation's regional census rank.
- regionalInfluence - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The regional influence of this nation, e.g.
- RegionalMessage - Class in com.github.agadar.nationstates.domain.region
-
Represents a message on a regional message board.
- RegionalMessage() - Constructor for class com.github.agadar.nationstates.domain.region.RegionalMessage
-
- regionalMessages - Variable in class com.github.agadar.nationstates.domain.region.Region
-
List of 10 most recent regional messages.
- RegionalMessageStatus - Enum in com.github.agadar.nationstates.enumerator
-
Enumerator for the different statuses a regional message can have.
- RegionalMessageStatus.Adapter - Class in com.github.agadar.nationstates.enumerator
-
Converts an integer to a RegionalMessageStatus enum value and vice versa.
- regionalRank - Variable in class com.github.agadar.nationstates.domain.common.CensusScore
-
The nation's regional rank on the scale.
- regionalRankPercentage - Variable in class com.github.agadar.nationstates.domain.common.CensusScore
-
The nation's regional rank on the scale, as a percentage.
- RegionDumpQuery - Class in com.github.agadar.nationstates.query
-
Query for retrieving daily region dumps from NationStates.
- RegionDumpQuery(IXmlConverter, String, String, String, DailyDumpMode) - Constructor for class com.github.agadar.nationstates.query.RegionDumpQuery
-
Constructor, accepting a mode.
- RegionList - Class in com.github.agadar.nationstates.domain.world
-
The Regions tag can be found up to two times within the World root tag: once
for when all regions are retrieved (Regions) and once for when specific
regions are selected (SelectedRegions).
- RegionList() - Constructor for class com.github.agadar.nationstates.domain.world.RegionList
-
- regionName - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Name of the region this nation is in.
- regionName - Variable in class com.github.agadar.nationstates.domain.region.Embassy
-
The name of the region this embassy is with.
- RegionQuery - Class in com.github.agadar.nationstates.query
-
A query to the NationStates API's region resource.
- RegionQuery(IXmlConverter, IRateLimiter, IRateLimiter, String, String, int, String) - Constructor for class com.github.agadar.nationstates.query.RegionQuery
-
Constructor.
- regions - Variable in class com.github.agadar.nationstates.domain.DailyDumpRegions
-
- regions - Variable in class com.github.agadar.nationstates.domain.world.RegionList
-
This wrapper's list of regions.
- regions() - Method in class com.github.agadar.nationstates.domain.world.World
-
If the Regions shard was used alone or together with RegionsByTag, then
this returns the retrieved Regions.
- regionsByTag() - Method in class com.github.agadar.nationstates.domain.world.World
-
If the RegionsByTag shard was used alone or together with Regions, then
this returns the retrieved RegionsByTag.
- RegionShard - Enum in com.github.agadar.nationstates.shard
-
Shards available for Region requests.
- regionsWithoutTags(RegionTag...) - Method in class com.github.agadar.nationstates.query.WorldQuery
-
Sets the tags, used for retrieving regions that do NOT have those tags.
- regionsWithTags(RegionTag...) - Method in class com.github.agadar.nationstates.query.WorldQuery
-
Sets the tags, used for retrieving regions that have those tags.
- RegionTag - Enum in com.github.agadar.nationstates.enumerator
-
The different tags a region can have.
- RegionTag.Adapter - Class in com.github.agadar.nationstates.enumerator
-
Converts a String to a RegionTag, and vice versa.
- registerTypes(Class...) - Method in interface com.github.agadar.nationstates.INationStates
-
Adds the given classes to the JAXB context so that they can be parsed to
from retrieved XML responses and files.
- registerTypes(Class...) - Method in class com.github.agadar.nationstates.NationStates
-
- registerTypes(Class...) - Method in interface com.github.agadar.nationstates.xmlconverter.IXmlConverter
-
Adds the given classes to the JAXB context so that they can be parsed to
from retrieved XML responses and files.
- registerTypes(Class...) - Method in class com.github.agadar.nationstates.xmlconverter.XmlConverter
-
Adds the given classes to the JAXB context so that they can be parsed to
from retrieved XML responses and files.
- religion - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
This nation's religion.
- repealedByCouncilId - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
The council-specific id of the resolution that repealed this resolution.
- repealedById - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
The id of the resolution that repealed this resolution.
- repealsCouncilId - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
The council-specific id of the resolution repealed by this resolution.
- repealsId - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
The id of the resolution repealed by this resolution.
- Resolution - Class in com.github.agadar.nationstates.domain.worldassembly
-
A resolution by either of the World Assembly councils.
- Resolution() - Constructor for class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
- resolution - Variable in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
The current resolution at vote, or a specific one if an id is supplied.
- resolutionId(int) - Method in class com.github.agadar.nationstates.query.WorldAssemblyQuery
-
Sets the id of the resolution to retrieve.
- resourceString() - Method in class com.github.agadar.nationstates.query.APIQuery
-
Gives the resource string of this Query, e.g.
- resourceString() - Method in class com.github.agadar.nationstates.query.NationQuery
-
- resourceString() - Method in class com.github.agadar.nationstates.query.RegionQuery
-
- resourceString() - Method in class com.github.agadar.nationstates.query.TelegramQuery
-
- resourceString() - Method in class com.github.agadar.nationstates.query.VerifyQuery
-
- resourceString() - Method in class com.github.agadar.nationstates.query.VersionQuery
-
- resourceString() - Method in class com.github.agadar.nationstates.query.WorldAssemblyQuery
-
- resourceString() - Method in class com.github.agadar.nationstates.query.WorldQuery
-
- resourceValue - Variable in class com.github.agadar.nationstates.query.APIQuery
-
The resource value, e.g.
- richestIncome - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
Income of the richest population.
- scale - Variable in class com.github.agadar.nationstates.domain.world.CensusScale
-
Scale name of this census.
- score - Variable in class com.github.agadar.nationstates.domain.common.CensusScore
-
The nation's individual score, or the region's or world's average score.
- score - Variable in class com.github.agadar.nationstates.domain.common.CensusScoreHistory
-
What was scored that timestamp.
- score - Variable in class com.github.agadar.nationstates.domain.common.Dispatch
-
This dispatch's score.
- score - Variable in class com.github.agadar.nationstates.domain.common.NationCensusScore
-
The nation's score on the scale
- securityCouncilVote - Variable in class com.github.agadar.nationstates.domain.nation.Nation
-
The nation's vote for the current Security Council resolution.
- securityCouncilVote - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The region's votes for the current Security Council resolution.
- selectedDispatch - Variable in class com.github.agadar.nationstates.domain.world.World
-
The selected dispatch.
- selectedPoll - Variable in class com.github.agadar.nationstates.domain.world.World
-
The selected poll.
- sendTelegrams(String, String, String, String...) - Method in interface com.github.agadar.nationstates.INationStates
-
Starts building a query that sends (a) telegram(s).
- sendTelegrams(String, String, String, String...) - Method in class com.github.agadar.nationstates.NationStates
-
- setUserAgent(String) - Method in interface com.github.agadar.nationstates.INationStates
-
Sets the User Agent.
- setUserAgent(String) - Method in class com.github.agadar.nationstates.NationStates
-
- Shard - Interface in com.github.agadar.nationstates.shard
-
Interface for Shard enumerators.
- shardName() - Method in enum com.github.agadar.nationstates.shard.NationShard
-
- shardName() - Method in enum com.github.agadar.nationstates.shard.RegionShard
-
- shardName() - Method in interface com.github.agadar.nationstates.shard.Shard
-
Returns the underlying name of the shard.
- shardName() - Method in enum com.github.agadar.nationstates.shard.WorldAssemblyShard
-
- shardName() - Method in enum com.github.agadar.nationstates.shard.WorldShard
-
- ShardQuery<Q extends ShardQuery,R,S extends Shard> - Class in com.github.agadar.nationstates.query
-
Intermediate parent class that adds support for shards.
- ShardQuery(IXmlConverter, IRateLimiter, IRateLimiter, String, String, int, String) - Constructor for class com.github.agadar.nationstates.query.ShardQuery
-
Constructor.
- shards - Variable in class com.github.agadar.nationstates.query.ShardQuery
-
See shards(...).
- shards(S...) - Method in class com.github.agadar.nationstates.query.ShardQuery
-
Sets the shards.
- slowMode() - Method in class com.github.agadar.nationstates.query.APIQuery
-
Makes the Query execute in slow mode, reducing the rate limit from 6
requests per 4 seconds to only 1 request per second.
- socialEquality - Variable in class com.github.agadar.nationstates.domain.nation.GovernmentExpenditure
-
Percentage spent on social equality
- spirituality - Variable in class com.github.agadar.nationstates.domain.nation.GovernmentExpenditure
-
Percentage spent on spirituality
- stateOwnedIndustry - Variable in class com.github.agadar.nationstates.domain.nation.EconomySectors
-
Percentage of the economy that is state-owned
- status - Variable in class com.github.agadar.nationstates.domain.region.Embassy
-
The status of the embassy.
- status - Variable in class com.github.agadar.nationstates.domain.region.RegionalMessage
-
The message's status.
- subCategory - Variable in class com.github.agadar.nationstates.domain.common.Dispatch
-
The dispatch's subcategory.
- suppressor - Variable in class com.github.agadar.nationstates.domain.region.RegionalMessage
-
Name of the nation that suppressed this post.
- survivors - Variable in class com.github.agadar.nationstates.domain.common.ZombieInfo
-
The number of survivors
- tags - Variable in class com.github.agadar.nationstates.domain.region.Region
-
The region's tags.
- TelegramQuery - Class in com.github.agadar.nationstates.query
-
A query to the NationStates API's utility resource, sending (a) telegram(s).
- TelegramQuery(IXmlConverter, IRateLimiter, IRateLimiter, IRateLimiter, IRateLimiter, String, String, int, String, String, String, String...) - Constructor for class com.github.agadar.nationstates.query.TelegramQuery
-
Constructor.
- TelegramSentEvent - Class in com.github.agadar.nationstates.event
-
Event fired when a telegram has been sent.
- TelegramSentEvent(Object, String, boolean, String, int) - Constructor for class com.github.agadar.nationstates.event.TelegramSentEvent
-
Constructs a new TelegramSentEvent.
- TelegramSentListener - Interface in com.github.agadar.nationstates.event
-
Listener for telegram sent events.
- text - Variable in class com.github.agadar.nationstates.domain.common.Dispatch
-
This dispatch's text.
- text - Variable in class com.github.agadar.nationstates.domain.common.PollOption
-
The option's text.
- text - Variable in class com.github.agadar.nationstates.domain.region.RegionalMessage
-
The text of the message
- text - Variable in class com.github.agadar.nationstates.domain.worldassembly.Proposal
-
This proposal's textual content.
- text - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
This resolution's textual content.
- timestamp - Variable in class com.github.agadar.nationstates.domain.common.CensusScoreHistory
-
The UNIX timestamp of this record.
- timestamp - Variable in class com.github.agadar.nationstates.domain.common.Happening
-
UNIX timestamp of when this happening took place
- timestamp - Variable in class com.github.agadar.nationstates.domain.region.RegionalMessage
-
UNIX timestamp of when this message was posted
- timestamp - Variable in class com.github.agadar.nationstates.domain.worldassembly.DelegateLogsEntry
-
UNIX timestamp of when the vote was made.
- title - Variable in class com.github.agadar.nationstates.domain.common.Dispatch
-
The dispatch's title.
- title - Variable in class com.github.agadar.nationstates.domain.common.Poll
-
The poll's title.
- title - Variable in class com.github.agadar.nationstates.domain.world.CensusTitle
-
Title of this census.
- toChar() - Method in enum com.github.agadar.nationstates.enumerator.Authority
-
Returns the underlying authority code.
- toInt() - Method in enum com.github.agadar.nationstates.enumerator.CensusId
-
Returns the id.
- toInt() - Method in enum com.github.agadar.nationstates.enumerator.Council
-
Return the underlying council number.
- toInt() - Method in enum com.github.agadar.nationstates.enumerator.RegionalMessageStatus
-
Returns the integer representation of this RegionalMessageStatus.
- token(String) - Method in class com.github.agadar.nationstates.query.VerifyQuery
-
Use an application-specific token.
- toString() - Method in enum com.github.agadar.nationstates.enumerator.CensusMode
-
Return the underlying option name.
- toString() - Method in enum com.github.agadar.nationstates.enumerator.DelegateAction
-
- toString() - Method in enum com.github.agadar.nationstates.enumerator.DispatchCategory
-
- toString() - Method in enum com.github.agadar.nationstates.enumerator.DispatchSubCategory
-
- toString() - Method in enum com.github.agadar.nationstates.enumerator.EmbassiesRmbPermissions
-
Return the underlying string.
- toString() - Method in enum com.github.agadar.nationstates.enumerator.EmbassyStatus
-
Return the underlying string.
- toString() - Method in enum com.github.agadar.nationstates.enumerator.HappeningsFilter
-
Return the underlying string.
- toString() - Method in enum com.github.agadar.nationstates.enumerator.RegionTag
-
- toString() - Method in enum com.github.agadar.nationstates.enumerator.WorldAssemblyStatus
-
Return the underlying string.
- translateResponse(InputStream, Class<T>) - Method in class com.github.agadar.nationstates.query.AbstractQuery
-
Translates the stream response to the object this Query wishes to return
via its execute() function.
- translateResponse(InputStream, Class<T>) - Method in class com.github.agadar.nationstates.query.DailyDumpQuery
-
- translateResponse(InputStream, Class<T>) - Method in class com.github.agadar.nationstates.query.TelegramQuery
-
- translateResponse(InputStream, Class<T>) - Method in class com.github.agadar.nationstates.query.VerifyQuery
-
- translateResponse(InputStream, Class<T>) - Method in class com.github.agadar.nationstates.query.VersionQuery
-
- validateQueryParameters() - Method in class com.github.agadar.nationstates.query.AbstractQuery
-
Validates the query parameters before executing the query.
- validateQueryParameters() - Method in class com.github.agadar.nationstates.query.APIQuery
-
- validateQueryParameters() - Method in class com.github.agadar.nationstates.query.DailyDumpQuery
-
- validateQueryParameters() - Method in class com.github.agadar.nationstates.query.NationQuery
-
- validateQueryParameters() - Method in class com.github.agadar.nationstates.query.RegionQuery
-
- validateQueryParameters() - Method in class com.github.agadar.nationstates.query.TelegramQuery
-
- validateQueryParameters() - Method in class com.github.agadar.nationstates.query.VerifyQuery
-
- validateQueryParameters() - Method in class com.github.agadar.nationstates.query.WorldAssemblyQuery
-
- validateQueryParameters() - Method in class com.github.agadar.nationstates.query.WorldQuery
-
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.Authority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.CensusId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.CensusMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.Council
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.DailyDumpMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.DelegateAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.DispatchCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.DispatchSubCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.EmbassiesRmbPermissions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.EmbassyStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.HappeningsFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.RegionalMessageStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.RegionTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.enumerator.WorldAssemblyStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.shard.NationShard
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.shard.RegionShard
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.shard.WorldAssemblyShard
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.agadar.nationstates.shard.WorldShard
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.Authority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.CensusId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.CensusMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.Council
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.DailyDumpMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.DelegateAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.DispatchCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.DispatchSubCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.EmbassiesRmbPermissions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.EmbassyStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.HappeningsFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.RegionalMessageStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.RegionTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.enumerator.WorldAssemblyStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.shard.NationShard
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.shard.RegionShard
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.shard.WorldAssemblyShard
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.agadar.nationstates.shard.WorldShard
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyNation(String, String) - Method in interface com.github.agadar.nationstates.INationStates
-
Starts building a query that verifies a nation.
- verifyNation(String, String) - Method in class com.github.agadar.nationstates.NationStates
-
- VerifyQuery - Class in com.github.agadar.nationstates.query
-
A query to the NationStates API's utility resource, verifying a user.
- VerifyQuery(IXmlConverter, IRateLimiter, IRateLimiter, String, String, int, String, String) - Constructor for class com.github.agadar.nationstates.query.VerifyQuery
-
Constructor.
- VersionQuery - Class in com.github.agadar.nationstates.query
-
A query to the NationStates API's utility resource, retrieving the version
number of the latest live API.
- VersionQuery(IXmlConverter, IRateLimiter, IRateLimiter, String, String, int) - Constructor for class com.github.agadar.nationstates.query.VersionQuery
-
Constructor.
- views - Variable in class com.github.agadar.nationstates.domain.common.Dispatch
-
Number of views of this dispatch.
- voterNames - Variable in class com.github.agadar.nationstates.domain.common.PollOption
-
Names of the nations that voted for this option.
- votes - Variable in class com.github.agadar.nationstates.domain.worldassembly.DelegateLogsEntry
-
The voting power with which the delegate voted (always 0 if WITHDREW).
- votesAgainst - Variable in class com.github.agadar.nationstates.domain.region.WorldAssemblyVote
-
Number of nations that voted AGAINST.
- votesAgainst - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
Total number of AGAINST votes.
- votesFor - Variable in class com.github.agadar.nationstates.domain.region.WorldAssemblyVote
-
Number of nations that voted FOR.
- votesFor - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
Total number of FOR votes.
- voteTrackAgainst - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
A track record of the total AGAINST votes of the resolution currently at
vote.
- voteTrackAgainst() - Method in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
A track record of the total AGAINST votes of the resolution currently at
vote.
- voteTrackFor - Variable in class com.github.agadar.nationstates.domain.worldassembly.Resolution
-
A track record of the total FOR votes of the resolution currently at
vote.
- voteTrackFor() - Method in class com.github.agadar.nationstates.domain.worldassembly.WorldAssembly
-
A track record of the total FOR votes of the resolution currently at
vote.