com.kallasoft.smugmug.api.json.v1_2_0.images
Class ChangePosition.ChangePositionResponse

java.lang.Object
  extended by com.kallasoft.smugmug.api.json.AbstractResponse
      extended by com.kallasoft.smugmug.api.json.v1_2_0.images.ChangePosition.ChangePositionResponse
Direct Known Subclasses:
ChangePosition.ChangePositionResponse
Enclosing class:
ChangePosition

public class ChangePosition.ChangePositionResponse
extends AbstractResponse

Class used to represent the response for the smugmug.images.changePosition method call.

Version:
1.2.0
Author:
Riyad Kalla

Nested Class Summary
 
Nested classes/interfaces inherited from class com.kallasoft.smugmug.api.json.AbstractResponse
AbstractResponse.Error
 
Constructor Summary
ChangePosition.ChangePositionResponse(String responseText)
          Construct a response by parsing the necessary values out of the JSON response text.
 
Method Summary
 String toString()
           
 
Methods inherited from class com.kallasoft.smugmug.api.json.AbstractResponse
getError, getMethod, getStat, isError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangePosition.ChangePositionResponse

public ChangePosition.ChangePositionResponse(String responseText)
                                      throws RuntimeJSONException
Construct a response by parsing the necessary values out of the JSON response text.

Parameters:
responseText - The JSON-formatted response text that came back from the SmugMug API call.
Throws:
RuntimeJSONException - if an error occurs while parsing the JSON response text.
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractResponse