com.kallasoft.smugmug.api.json.v1_2_0.images
Class ChangePosition.ChangePositionResponse
java.lang.Object
com.kallasoft.smugmug.api.json.AbstractResponse
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
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.
toString
public String toString()
- Overrides:
toString in class AbstractResponse