| Package | Description |
|---|---|
| com.github.agadar.nationstates.domain.region | |
| com.github.agadar.nationstates.enumerator |
| Modifier and Type | Field and Description |
|---|---|
RegionalMessageStatus |
RegionalMessage.status
The message's status.
|
| Modifier and Type | Method and Description |
|---|---|
static RegionalMessageStatus |
RegionalMessageStatus.fromInt(int intValue)
Returns the RegionalMessageStatus represented by the supplied integer.
|
RegionalMessageStatus |
RegionalMessageStatus.Adapter.unmarshal(Integer v) |
static RegionalMessageStatus |
RegionalMessageStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionalMessageStatus[] |
RegionalMessageStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
RegionalMessageStatus.Adapter.marshal(RegionalMessageStatus v) |
Copyright © 2017. All rights reserved.