Package com.hellosign.sdk.resource
Class EmbeddedResponse
- java.lang.Object
-
- com.hellosign.sdk.resource.AbstractResource
-
- com.hellosign.sdk.resource.EmbeddedResponse
-
public class EmbeddedResponse extends AbstractResource
Class to hold an embedded signature request response.
-
-
Field Summary
-
Fields inherited from class com.hellosign.sdk.resource.AbstractResource
dataObj, warnings
-
-
Constructor Summary
Constructors Constructor Description EmbeddedResponse(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEditUrl()
java.util.Date
getExpiresAt()
java.lang.String
getSignUrl()
-
Methods inherited from class com.hellosign.sdk.resource.AbstractResource
add, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getObject, getString, getWarnings, has, hasString, set, toString, toString
-
-
-
-
Constructor Detail
-
EmbeddedResponse
public EmbeddedResponse(org.json.JSONObject json) throws HelloSignException
- Throws:
HelloSignException
-
-