Package | Description |
---|---|
com.scvngr.levelup.core.net |
Modifier and Type | Method and Description |
---|---|
LevelUpStatus |
LevelUpResponse.getStatus() |
static LevelUpStatus |
LevelUpStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LevelUpStatus[] |
LevelUpStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LevelUpResponse(LevelUpStatus status,
LevelUpResponse originalResponse) |
LevelUpResponse(String data,
LevelUpStatus status) |