|
|||||||||
| 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 Responsepublic java.lang.String getStat()
public org.w3c.dom.Element getPayload()
getPayload in interface Responsepublic java.util.Collection getPayloadCollection()
getPayloadCollection in interface Responsepublic boolean isError()
isError in interface Responsepublic java.lang.String getErrorCode()
getErrorCode in interface Responsepublic java.lang.String getErrorMessage()
getErrorMessage in interface Response
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||