| Package | Description |
|---|---|
| com.github.agadar.nationstates | |
| com.github.agadar.nationstates.domain.worldassembly | |
| com.github.agadar.nationstates.enumerator | |
| com.github.agadar.nationstates.query |
| Modifier and Type | Method and Description |
|---|---|
WorldAssemblyQuery |
INationStates.getWorldAssembly(Council council)
Starts building a World Assembly query, using the selected council type.
|
WorldAssemblyQuery |
NationStates.getWorldAssembly(Council council) |
| Modifier and Type | Field and Description |
|---|---|
Council |
Resolution.council
Which council this resolution was send to.
|
| Modifier and Type | Method and Description |
|---|---|
static Council |
Council.fromInt(int councilNumber)
Returns the Council instance that has the given council number.
|
Council |
Council.Adapter.unmarshal(Integer vt) |
static Council |
Council.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Council[] |
Council.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
Council.Adapter.marshal(Council bt) |
| Constructor and Description |
|---|
WorldAssemblyQuery(IXmlConverter xmlConverter,
IRateLimiter generalRateLimiter,
IRateLimiter scrapingRateLimiter,
String baseUrl,
String userAgent,
int apiVersion,
Council council)
Constructor.
|
Copyright © 2017. All rights reserved.