Package com.hellosign.sdk.resource
Class FileUrlResponse
- java.lang.Object
-
- com.hellosign.sdk.resource.AbstractResource
-
- com.hellosign.sdk.resource.FileUrlResponse
-
public class FileUrlResponse extends AbstractResource
POJO that represents a HelloSign File URL resource.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EXPIRES_AT_KEY
static java.lang.String
FILE_KEY
static java.lang.String
FILE_URL_KEY
-
Fields inherited from class com.hellosign.sdk.resource.AbstractResource
dataObj, warnings
-
-
Constructor Summary
Constructors Constructor Description FileUrlResponse()
FileUrlResponse(org.json.JSONObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getExpiresAt()
java.lang.String
getFileUrl()
-
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
-
-
-
-
Field Detail
-
FILE_KEY
public static final java.lang.String FILE_KEY
- See Also:
- Constant Field Values
-
FILE_URL_KEY
public static final java.lang.String FILE_URL_KEY
- See Also:
- Constant Field Values
-
EXPIRES_AT_KEY
public static final java.lang.String EXPIRES_AT_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FileUrlResponse
public FileUrlResponse()
-
FileUrlResponse
public FileUrlResponse(org.json.JSONObject jsonObject) throws HelloSignException
- Throws:
HelloSignException
-
-