| Package | Description |
|---|---|
| com.github.agadar.nationstates.domain.region | |
| com.github.agadar.nationstates.enumerator | |
| com.github.agadar.nationstates.query |
| Modifier and Type | Field and Description |
|---|---|
List<RegionTag> |
Region.tags
The region's tags.
|
| Modifier and Type | Method and Description |
|---|---|
static RegionTag |
RegionTag.fromString(String stringValue)
Returns the RegionTag represented by the supplied string.
|
RegionTag |
RegionTag.Adapter.unmarshal(String v) |
static RegionTag |
RegionTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionTag[] |
RegionTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RegionTag.Adapter.marshal(RegionTag v) |
| Modifier and Type | Method and Description |
|---|---|
WorldQuery |
WorldQuery.regionsWithoutTags(RegionTag... tags)
Sets the tags, used for retrieving regions that do NOT have those tags.
|
WorldQuery |
WorldQuery.regionsWithTags(RegionTag... tags)
Sets the tags, used for retrieving regions that have those tags.
|
Copyright © 2017. All rights reserved.