public class EmbeddedRequest extends AbstractRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
EMBEDDED_CLIENT_ID |
REQUEST_ALLOW_DECLINE, REQUEST_CLIENT_ID, REQUEST_HIDE_TEXT_TAGS, REQUEST_MESSAGE, REQUEST_METADATA, REQUEST_REDIRECT_URL, REQUEST_SUBJECT, REQUEST_TEST_MODE, REQUEST_TITLE, REQUEST_USE_PREEXISTING_FIELDS, REQUEST_USE_TEXT_TAGS, REQUEST_UX_VERSION, UX_VERSION_1, UX_VERSION_2dataObj, warnings| Constructor and Description |
|---|
EmbeddedRequest(String clientId,
AbstractRequest request)
Creates an Embedded signature request using the client ID and the
AbstractRequest object provided.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Set the client ID of the web app you're using to create this embedded
signature request.
|
String |
getId() |
String |
getMessage() |
Map<String,Serializable> |
getPostFields() |
String |
getRedirectUrl() |
AbstractRequest |
getRequest()
Get the AbstractRequest associated with this Embedded signature request.
|
String |
getSubject() |
String |
getTitle() |
boolean |
hasMessage() |
boolean |
hasRedirectUrl() |
boolean |
hasSubject() |
boolean |
hasTitle() |
boolean |
isTestMode() |
void |
setClientId(String clientId)
Set the client ID of the web app you're using to create this embedded
signature request.
|
void |
setMessage(String message) |
void |
setRedirectUrl(String url) |
void |
setRequest(AbstractRequest request)
Set the AbstractRequest associated with this Embedded signature request.
|
void |
setSubject(String subject) |
void |
setTestMode(boolean testMode) |
void |
setTitle(String title) |
addDocument, addDocument, addFile, addFile, addFileUrl, addMetadata, clearDocuments, getDocuments, getFileUrls, getIsDeclinable, getMetadata, getMetadata, getOrderMatters, getUxVersion, hasHideTextTags, hasUsePreexistingFields, hasUseTextTags, isHidingTextTags, isUsingPreexistingFields, isUsingTextTags, setDocuments, setFileUrls, setHideTextTags, setIsDeclinable, setOrderMatters, setUsePreexistingFields, setUseTextTags, setUxVersionadd, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getString, getWarnings, has, hasString, set, toString, toStringpublic static final String EMBEDDED_CLIENT_ID
public EmbeddedRequest(String clientId, AbstractRequest request)
clientId - String client IDrequest - AbstractRequestpublic String getClientId()
getClientId in class AbstractRequestpublic void setClientId(String clientId)
setClientId in class AbstractRequestclientId - String client IDpublic AbstractRequest getRequest()
public void setRequest(AbstractRequest request)
request - AbstractRequestpublic Map<String,Serializable> getPostFields() throws HelloSignException
getPostFields in class AbstractRequestHelloSignExceptionpublic String getTitle()
getTitle in class AbstractRequestpublic void setTitle(String title)
setTitle in class AbstractRequestpublic boolean hasTitle()
hasTitle in class AbstractRequestpublic String getSubject()
getSubject in class AbstractRequestpublic void setSubject(String subject)
setSubject in class AbstractRequestpublic boolean hasSubject()
hasSubject in class AbstractRequestpublic String getMessage()
getMessage in class AbstractRequestpublic void setMessage(String message)
setMessage in class AbstractRequestpublic boolean hasMessage()
hasMessage in class AbstractRequestpublic void setTestMode(boolean testMode)
setTestMode in class AbstractRequestpublic boolean isTestMode()
isTestMode in class AbstractRequestpublic String getRedirectUrl()
getRedirectUrl in class AbstractRequestpublic void setRedirectUrl(String url)
setRedirectUrl in class AbstractRequestpublic boolean hasRedirectUrl()
hasRedirectUrl in class AbstractRequestpublic String getId()
getId in class AbstractRequestCopyright © 2017 HelloSign. All rights reserved.