| Package | Description |
|---|---|
| com.beowulfchain.beowulfj.plugins.apis.database.enums | |
| com.beowulfchain.beowulfj.plugins.apis.database.models |
| Modifier and Type | Method and Description |
|---|---|
static SortOrderType |
SortOrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrderType[] |
SortOrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrderType |
ListAccountsArgs.getOrder() |
SortOrderType |
ListSupernodesArgs.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountsArgs.setOrder(SortOrderType order) |
void |
ListSupernodesArgs.setOrder(SortOrderType order) |
| Constructor and Description |
|---|
ListAccountsArgs(Object start,
org.joou.UInteger limit,
SortOrderType order) |
Copyright © 2019. All rights reserved.