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.StringgetEditUrl()java.util.DategetExpiresAt()java.lang.StringgetSignUrl()-
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
-
-