| Package | Description |
|---|---|
| com.github.agadar.nationstates.domain.region | |
| com.github.agadar.nationstates.enumerator |
| Modifier and Type | Field and Description |
|---|---|
EmbassyStatus |
Embassy.status
The status of the embassy.
|
| Modifier and Type | Method and Description |
|---|---|
static EmbassyStatus |
EmbassyStatus.fromString(String underlying)
Returns the EmbassyStatus with the supplied underlying string.
|
EmbassyStatus |
EmbassyStatus.Adapter.unmarshal(String vt) |
static EmbassyStatus |
EmbassyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbassyStatus[] |
EmbassyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EmbassyStatus.Adapter.marshal(EmbassyStatus bt) |
Copyright © 2017. All rights reserved.