| Package | Description |
|---|---|
| com.github.agadar.nationstates.domain.region | |
| com.github.agadar.nationstates.enumerator |
| Modifier and Type | Field and Description |
|---|---|
List<Authority> |
Officer.authorities
The authorities granted to this officer.
|
List<Authority> |
Region.delegateAuthorities
The authorities granted to the region's world assembly delegate.
|
List<Authority> |
Region.founderAuthorities
The authorities granted to the region's founder.
|
| Modifier and Type | Method and Description |
|---|---|
static Authority |
Authority.fromChar(char authCode)
Returns the Authority correspondong to the specified authority code.
|
static Authority |
Authority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Authority[] |
Authority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Authority> |
Authority.Adapter.unmarshal(String vt) |
| Modifier and Type | Method and Description |
|---|---|
String |
Authority.Adapter.marshal(List<Authority> bt) |
Copyright © 2017. All rights reserved.