|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aetrion.flickr.RESTResponse
public class RESTResponse
Flickr Response object.
Constructor Summary | |
---|---|
RESTResponse()
|
Method Summary | |
---|---|
java.lang.String |
getErrorCode()
|
java.lang.String |
getErrorMessage()
|
org.w3c.dom.Element |
getPayload()
|
java.util.Collection |
getPayloadCollection()
|
java.lang.String |
getStat()
|
boolean |
isError()
|
void |
parse(org.w3c.dom.Document document)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RESTResponse()
Method Detail |
---|
public void parse(org.w3c.dom.Document document)
parse
in interface Response
public java.lang.String getStat()
public org.w3c.dom.Element getPayload()
getPayload
in interface Response
public java.util.Collection getPayloadCollection()
getPayloadCollection
in interface Response
public boolean isError()
isError
in interface Response
public java.lang.String getErrorCode()
getErrorCode
in interface Response
public java.lang.String getErrorMessage()
getErrorMessage
in interface Response
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |