|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatusCode | |
|---|---|
| geocaching.api.impl.live_geocaching_api | |
| geocaching.api.impl.live_geocaching_api.exception | |
| geocaching.api.impl.live_geocaching_api.parser | |
| Uses of StatusCode in geocaching.api.impl.live_geocaching_api |
|---|
| Methods in geocaching.api.impl.live_geocaching_api that return StatusCode | |
|---|---|
static StatusCode |
StatusCode.parseStatusCode(int code)
|
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of StatusCode in geocaching.api.impl.live_geocaching_api.exception |
|---|
| Fields in geocaching.api.impl.live_geocaching_api.exception declared as StatusCode | |
|---|---|
protected StatusCode |
LiveGeocachingApiException.statusCode
|
| Constructors in geocaching.api.impl.live_geocaching_api.exception with parameters of type StatusCode | |
|---|---|
LiveGeocachingApiException(StatusCode statusCode,
String message)
|
|
| Uses of StatusCode in geocaching.api.impl.live_geocaching_api.parser |
|---|
| Fields in geocaching.api.impl.live_geocaching_api.parser declared as StatusCode | |
|---|---|
protected StatusCode |
StatusJsonParser.Status.statusCode
|
| Methods in geocaching.api.impl.live_geocaching_api.parser that return StatusCode | |
|---|---|
StatusCode |
StatusJsonParser.Status.getStatusCode()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||