|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.client.local.DeleteServiceResponse
public class DeleteServiceResponse
The Class DeleteServiceResponse.
Constructor Summary | |
---|---|
DeleteServiceResponse()
|
Method Summary | |
---|---|
static DeleteServiceResponse |
fromJson(org.codehaus.jackson.JsonParser parser)
Read response from JSON. |
boolean |
isSuccess()
Checks if response is success. |
void |
setSuccess(boolean success)
Sets the success. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteServiceResponse()
Method Detail |
---|
public static DeleteServiceResponse fromJson(org.codehaus.jackson.JsonParser parser) throws org.codehaus.jackson.JsonParseException, IOException
parser
- the JSON parser
org.codehaus.jackson.JsonParseException
IOException
public boolean isSuccess()
public void setSuccess(boolean success)
success
- true for successful
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |