| Package | Description |
|---|---|
| com.github.agadar.nationstates.domain.common | |
| com.github.agadar.nationstates.enumerator | |
| com.github.agadar.nationstates.query |
| Modifier and Type | Field and Description |
|---|---|
DispatchCategory |
Dispatch.category
The dispatch's category.
|
| Modifier and Type | Method and Description |
|---|---|
static DispatchCategory |
DispatchCategory.fromString(String stringValue)
Returns the DispatchCategory represented by the supplied string.
|
DispatchCategory |
DispatchCategory.Adapter.unmarshal(String v) |
static DispatchCategory |
DispatchCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatchCategory[] |
DispatchCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DispatchCategory.Adapter.marshal(DispatchCategory v) |
| Modifier and Type | Method and Description |
|---|---|
WorldQuery |
WorldQuery.dispatchCategory(DispatchCategory category)
Sets the category to list dispatches of.
|
Copyright © 2017. All rights reserved.