| Package | Description |
|---|---|
| net.nowtryz.cafetapi.results |
Results managing system
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Result.getStatus()
Returns the status of the Result
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ArrayResult(Status status,
float computing,
T[] parsed) |
DataResult(Status status,
float computing,
T parsed) |
ErrorResult(Status status,
float computing,
String error_code,
String error_type,
String error_message,
String additional_message) |
LoginResult(Status status,
float computing,
String sessionId,
User user) |
Result(Status status,
float computing) |
Copyright © 2019 Nowtryz. All rights reserved.