public class RequestState
extends java.lang.Object
ResourceRepresentation
Modifier and Type | Field and Description |
---|---|
static int |
STATE_DELETING
Request is deleting data to the server
|
static int |
STATE_OK
Request has succeed
|
static int |
STATE_POSTING
Request is posting data to the server
|
static int |
STATE_UPDATING
Request is updating data to the server
|
Constructor and Description |
---|
RequestState() |
public static final int STATE_OK
public static final int STATE_UPDATING
public static final int STATE_DELETING
public static final int STATE_POSTING