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