| Package | Description |
|---|---|
| com.github.agadar.nationstates.domain.worldassembly | |
| com.github.agadar.nationstates.enumerator |
| Modifier and Type | Field and Description |
|---|---|
DelegateAction |
DelegateLogsEntry.action
How the delegate voted (FOR, AGAINST, or WITHDREW).
|
| Modifier and Type | Method and Description |
|---|---|
static DelegateAction |
DelegateAction.fromString(String stringValue)
Returns the DelegateAction represented by the supplied string.
|
DelegateAction |
DelegateAction.Adapter.unmarshal(String v) |
static DelegateAction |
DelegateAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelegateAction[] |
DelegateAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DelegateAction.Adapter.marshal(DelegateAction v) |
Copyright © 2017. All rights reserved.