- AbstractHttpRequest - Class in com.hellosign.sdk.http
-
- AbstractHttpRequest() - Constructor for class com.hellosign.sdk.http.AbstractHttpRequest
-
- AbstractRequest - Class in com.hellosign.sdk.resource
-
Requests to HelloSign will have common fields such as a request title,
subject, and message.
- AbstractRequest() - Constructor for class com.hellosign.sdk.resource.AbstractRequest
-
- AbstractRequest(JSONObject, String) - Constructor for class com.hellosign.sdk.resource.AbstractRequest
-
- AbstractResource - Class in com.hellosign.sdk.resource
-
A nice place to put code that is common to all HelloSign resource classes.
- AbstractResource() - Constructor for class com.hellosign.sdk.resource.AbstractResource
-
- AbstractResource(JSONObject, String) - Constructor for class com.hellosign.sdk.resource.AbstractResource
-
- AbstractResourceList<E> - Class in com.hellosign.sdk.resource
-
- AbstractResourceList(JSONObject, String) - Constructor for class com.hellosign.sdk.resource.AbstractResourceList
-
- Account - Class in com.hellosign.sdk.resource
-
Stores HelloSign Account information.
- Account() - Constructor for class com.hellosign.sdk.resource.Account
-
- Account(JSONObject) - Constructor for class com.hellosign.sdk.resource.Account
-
- Account(JSONObject, String) - Constructor for class com.hellosign.sdk.resource.Account
-
- ACCOUNT_CALLBACK_URL - Static variable in class com.hellosign.sdk.resource.Account
-
- ACCOUNT_CREATE_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- ACCOUNT_EMAIL_ADDRESS - Static variable in class com.hellosign.sdk.resource.Account
-
- ACCOUNT_ID - Static variable in class com.hellosign.sdk.resource.Account
-
- ACCOUNT_IS_PAID_HF - Static variable in class com.hellosign.sdk.resource.Account
-
- ACCOUNT_IS_PAID_HS - Static variable in class com.hellosign.sdk.resource.Account
-
- ACCOUNT_KEY - Static variable in class com.hellosign.sdk.resource.Account
-
- ACCOUNT_PASSWORD - Static variable in class com.hellosign.sdk.resource.Account
-
- ACCOUNT_ROLE_CODE - Static variable in class com.hellosign.sdk.resource.Account
-
- ACCOUNT_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- add(String, T) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- addCC(String) - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Adds a CC'd email address to this request.
- addCCRole(String) - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Adds a named role for a CC recipient that must be specified when the
template is used.
- addCustomField(CustomField) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Add the custom field to this request.
- addDocument(Document) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Adds a Document to the signature request.
- addDocument(Document, int) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Adds a Document to the signature request at the specific order.
- addFile(File) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Adds the file to the request.
- addFile(File, Integer) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Adds the file to the request in the given order.
- addFile(File) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
Adds a file to the unclaimed draft.
- addFile(File, int) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
Adds a file to the unclaimed draft at the given document order.
- addFileUrl(String) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Add a file_url to this request.
- addFormField(FormField) - Method in class com.hellosign.sdk.resource.support.Document
-
Adds the form field to this document.
- addMergeField(String, FieldType) - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Add merge fields to the template draft.
- addMetadata(String, String) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- addScope(ApiAppOauthScopeType) - Method in class com.hellosign.sdk.resource.ApiApp
-
Add a scope to this API App's OAuth scope list.
- addScope(ApiAppOauthScopeType) - Method in class com.hellosign.sdk.resource.support.ApiAppOauth
-
Add a scope to this API App's OAuth scope list.
- addSigner(Signer) - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Adds the signer to the list of signers for this request.
- addSigner(String, String) - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Adds the signer to the list of signers for this request.
- addSigner(String, String, int) - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Adds the signer with the given order to the list of signers for this
request.
- addSignerRole(String) - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Adds the signer role to the template draft.
- addSignerRole(String, int) - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Adds the signer role with the given order to the list of signers for this
request.
- addTemplateId(String) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Adds the template ID to be used in this request.
- addTemplateId(String, Integer) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Add the template ID to be used at the specified index.
- addTemplateUser(String, String) - Method in class com.hellosign.sdk.HelloSignClient
-
Adds the provided user to the template indicated by the provided template
ID.
- addToList(String, AbstractResource) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- API_APP_LIST_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- API_APP_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- ApiApp - Class in com.hellosign.sdk.resource
-
Contains information about an API App
- ApiApp() - Constructor for class com.hellosign.sdk.resource.ApiApp
-
Default constructor.
- ApiApp(JSONObject) - Constructor for class com.hellosign.sdk.resource.ApiApp
-
Constructor that instantiates an ApiApp object based on the JSON response
from the HelloSign API.
- APIAPP_CALLBACK_URL - Static variable in class com.hellosign.sdk.resource.ApiApp
-
- APIAPP_CLIENT_ID - Static variable in class com.hellosign.sdk.resource.ApiApp
-
- APIAPP_CREATED_AT - Static variable in class com.hellosign.sdk.resource.ApiApp
-
- APIAPP_CUSTOM_LOGO - Static variable in class com.hellosign.sdk.resource.ApiApp
-
- APIAPP_DOMAIN - Static variable in class com.hellosign.sdk.resource.ApiApp
-
- APIAPP_IS_APPROVED - Static variable in class com.hellosign.sdk.resource.ApiApp
-
- APIAPP_KEY - Static variable in class com.hellosign.sdk.resource.ApiApp
-
- APIAPP_NAME - Static variable in class com.hellosign.sdk.resource.ApiApp
-
- APIAPP_OAUTH_CALLBACK_URL - Static variable in class com.hellosign.sdk.resource.support.ApiAppOauth
-
- APIAPP_OAUTH_KEY - Static variable in class com.hellosign.sdk.resource.support.ApiAppOauth
-
- APIAPP_OAUTH_SCOPES - Static variable in class com.hellosign.sdk.resource.support.ApiAppOauth
-
- APIAPP_OAUTH_SECRET - Static variable in class com.hellosign.sdk.resource.support.ApiAppOauth
-
- APIAPP_OWNER_ACCOUNT - Static variable in class com.hellosign.sdk.resource.ApiApp
-
- ApiAppList - Class in com.hellosign.sdk.resource.support
-
- ApiAppList(JSONObject) - Constructor for class com.hellosign.sdk.resource.support.ApiAppList
-
- ApiAppOauth - Class in com.hellosign.sdk.resource.support
-
An object describing an API app's OAuth properties.
- ApiAppOauth() - Constructor for class com.hellosign.sdk.resource.support.ApiAppOauth
-
Default constructor.
- ApiAppOauth(JSONObject) - Constructor for class com.hellosign.sdk.resource.support.ApiAppOauth
-
Constructor that instantiates an ApiApp OAuth object based on the JSON
response from the HelloSign API.
- ApiAppOauthScopeType - Enum in com.hellosign.sdk.resource.support.types
-
An enum of available OAuth scopes.
- asFile(String) - Method in class com.hellosign.sdk.http.HttpClient
-
Executes the request and returns the response as a File.
- asHttpCode() - Method in class com.hellosign.sdk.http.HttpClient
-
Executes the request and returns the HTTP response code.
- asJson() - Method in class com.hellosign.sdk.http.HttpClient
-
Executes the request and returns the response as a JSONObject.
- auth - Variable in class com.hellosign.sdk.http.AbstractHttpRequest
-
- authenticate(HttpURLConnection, String) - Method in class com.hellosign.sdk.http.Authentication
-
Authorizes the HTTP connection using this instance's credentials.
- Authentication - Class in com.hellosign.sdk.http
-
This class provides convenience methods for handling authentication
information for a HelloSignClient instance.
- Authentication() - Constructor for class com.hellosign.sdk.http.Authentication
-
- Authentication(String) - Constructor for class com.hellosign.sdk.http.Authentication
-
- Authentication(Authentication) - Constructor for class com.hellosign.sdk.http.Authentication
-
- get(String) - Method in class com.hellosign.sdk.http.HttpClient
-
Initializes a GET request to the given URL.
- get(String) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- get(String) - Method in class com.hellosign.sdk.resource.support.Metadata
-
- getAccessCode() - Method in class com.hellosign.sdk.resource.support.Signer
-
- getAccessToken() - Method in class com.hellosign.sdk.http.Authentication
-
Returns a protected copy of the access token.
- getAccessToken() - Method in class com.hellosign.sdk.resource.support.OauthData
-
- getAccessTokenType() - Method in class com.hellosign.sdk.http.Authentication
-
Returns a protected copy of the access token type string.
- getAccount() - Method in class com.hellosign.sdk.HelloSignClient
-
Returns the current user's account information.
- getAccountId() - Method in class com.hellosign.sdk.resource.Event
-
Returns the account ID that this event is reporting for.
- getAccounts() - Method in class com.hellosign.sdk.resource.Team
-
- getAccounts() - Method in class com.hellosign.sdk.resource.Template
-
- getApiApp(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the API app configuration for the given Client ID.
- getApiApps() - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves a paged list of API apps for the authenticated account.
- getApiId() - Method in class com.hellosign.sdk.resource.support.CustomField
-
- getApiId() - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- getApiKey() - Method in class com.hellosign.sdk.http.Authentication
-
Returns a protected copy of the API key String.
- getApiSignatureRequestsLeft() - Method in class com.hellosign.sdk.resource.Account
-
- getApiSignatureRequestsLeft() - Method in class com.hellosign.sdk.resource.support.Quotas
-
- getAppId() - Method in class com.hellosign.sdk.resource.Event
-
Returns the API app ID for which this event is reported.
- getAuth() - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the authentication details being used by this client.
- getBoolean(String) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- getCallbackUrl() - Method in class com.hellosign.sdk.resource.Account
-
- getCallbackUrl() - Method in class com.hellosign.sdk.resource.ApiApp
-
The app's callback URL (for events).
- getCallbackUrl() - Method in class com.hellosign.sdk.resource.support.ApiAppOauth
-
The app's OAuth callback URL.
- getCCRoles() - Method in class com.hellosign.sdk.resource.Template
-
- getCCRoles() - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Returns the CC roles for this request.
- getCCs() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Returns the CC email addresses for this request.
- getCCs() - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Returns a reference to the map of current roles to CC email addresses.
- getClaimUrl() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
Gets the claim URL if the draft has been created.
- getClientId() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
The API app client ID that has been associated with this signature
request.
- getClientId() - Method in class com.hellosign.sdk.resource.ApiApp
-
The app's client ID.
- getClientId() - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
Set the client ID of the web app you're using to create this embedded
signature request.
- getConnection() - Method in class com.hellosign.sdk.http.AbstractHttpRequest
-
The method class will create the appropriate connection with an endpoint,
parameters, etc.
- getConnection() - Method in class com.hellosign.sdk.http.HttpDeleteRequest
-
- getConnection() - Method in class com.hellosign.sdk.http.HttpGetRequest
-
- getConnection() - Method in class com.hellosign.sdk.http.HttpOptionsRequest
-
- getConnection() - Method in class com.hellosign.sdk.http.HttpPostRequest
-
Helper method to make an HTTP POST request.
- getConstructor(Class<?>, Class<?>) - Method in class com.hellosign.sdk.resource.AbstractResource
-
Returns the first constructor that has exactly one parameter of the
provided paramClass type.
- getCreatedAt() - Method in class com.hellosign.sdk.resource.ApiApp
-
The time that the app was created.
- getCurrentPageList() - Method in class com.hellosign.sdk.resource.AbstractResourceList
-
Returns the current page of results for this list object.
- getCustomFields() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Gets the custom fields associated with this request, set when sending the
request from a template.
- getCustomFields() - Method in class com.hellosign.sdk.resource.support.Document
-
Returns the custom fields for this document.
- getCustomFields() - Method in class com.hellosign.sdk.resource.Template
-
- getCustomFields() - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Returns the map of custom fields for the template.
- getCustomFieldsList() - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Returns a list of CustomField objects for this template.
- getDate(String) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- getDateSigned() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the date the signer signed the request.
- getDeclineReason() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the reason the signer declined this request.
- getDetailsUrl() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
- getDocuments() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Returns a reference to the list of documents for this request.
- getDocuments() - Method in class com.hellosign.sdk.resource.Template
-
- getDocumentsLeft() - Method in class com.hellosign.sdk.resource.Account
-
- getDocumentsLeft() - Method in class com.hellosign.sdk.resource.support.Quotas
-
- getDomain() - Method in class com.hellosign.sdk.resource.ApiApp
-
The domain name associated with the app.
- getEditor() - Method in class com.hellosign.sdk.resource.support.CustomField
-
- getEditUrl() - Method in class com.hellosign.sdk.resource.EmbeddedResponse
-
- getEditUrl() - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Returns the edit URL for creating an embedded template draft.
- getEmail() - Method in class com.hellosign.sdk.resource.Account
-
- getEmail() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the email address of the signer.
- getEmail() - Method in class com.hellosign.sdk.resource.support.Signer
-
- getEmbeddedSignUrl(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the necessary information to build an embedded signature
request.
- getEmbeddedTemplateEditUrl(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the necessary information to edit an embedded template.
- getEmbeddedTemplateEditUrl(String, boolean, boolean) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the necessary information to edit an embedded template.
- getEmbeddedTemplateEditUrl(String, boolean, boolean, boolean) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the necessary information to edit an embedded template.
- getEmbeddedTemplateEditUrl(String, boolean, boolean, boolean, Map<String, FieldType>, List<String>) - Method in class com.hellosign.sdk.HelloSignClient
-
Big kahuna method for editing an embedded template.
- getEstimatedCharsPerLine() - Method in class com.hellosign.sdk.resource.support.CustomField
-
Once processed with a position, height, and width, HelloSign will
estimate the number of lines a custom field can contain, along with the
number of characters per line.
- getEstimatedTextLines() - Method in class com.hellosign.sdk.resource.support.CustomField
-
Once processed with a position, height, and width, HelloSign will
estimate the number of lines a custom field can contain, along with the
number of characters per line.
- getEventDate() - Method in class com.hellosign.sdk.resource.Event
-
Returns the event time as a Java Date object.
- getEventMessage() - Method in class com.hellosign.sdk.resource.Event
-
Returns the message if any from the event
- getExpiresAt() - Method in class com.hellosign.sdk.resource.EmbeddedResponse
-
- getExpiresAt() - Method in class com.hellosign.sdk.resource.FileUrlResponse
-
- getExpiresAt() - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Returns the expiration time for the edit URL of this template.
- getExpiresAt() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- getExpiresIn() - Method in class com.hellosign.sdk.resource.support.OauthData
-
- getFile() - Method in class com.hellosign.sdk.resource.support.Document
-
Returns the File associated with this document.
- getFiles(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves a PDF copy of the files associated with a signature request.
- getFiles(String, String) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the file associated with a signature request.
- getFilesUrl(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves a URL for a file associated with a signature request.
- getFilesUrl() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Returns the API URL to retrieve the PDF copy of this signature request.
- getFileUrl() - Method in class com.hellosign.sdk.resource.FileUrlResponse
-
- getFileUrls() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Return the current file_url list.
- getFinalCopy(String) - Method in class com.hellosign.sdk.HelloSignClient
-
- getFinalCopyUrl() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
- getFormFields() - Method in class com.hellosign.sdk.resource.support.Document
-
Returns the form fields for this document.
- getHash() - Method in class com.hellosign.sdk.resource.Event
-
Returns the unique hash string identifying this event.
- getHeaderBackgroundColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page header background color.
- getHeaderBackgroundColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page header background color.
- getHeight() - Method in class com.hellosign.sdk.resource.support.CustomField
-
Returns the pixel height of this field.
- getHttpCode() - Method in exception com.hellosign.sdk.HelloSignException
-
Returns the HTTP code associated with a HelloSign API call.
- getId() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- getId() - Method in class com.hellosign.sdk.resource.Account
-
- getId() - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- getId() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Returns the ID for this request.
- getId() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the ID of the signer.
- getId() - Method in class com.hellosign.sdk.resource.Template
-
- getId() - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Returns the ID for this request.
- getId() - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
- getId() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- getIndex() - Method in class com.hellosign.sdk.resource.support.Document
-
- getInteger(String) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- getInvitedAccounts() - Method in class com.hellosign.sdk.resource.Team
-
- getIsDeclinable() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Retrieve the flag that designates whether this request is declinable by
signers.
- getJSONObject() - Method in class com.hellosign.sdk.resource.AbstractResource
-
- getLastReminded() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the date at which the last reminder was sent to this signer.
- getLastResponse() - Method in class com.hellosign.sdk.http.HttpClient
-
Returns the response to the last HTTP request as a string.
- getLastResponseAsFile(File) - Method in class com.hellosign.sdk.http.HttpClient
-
Returns the last HTTP request body as a file.
- getLastResponseCode() - Method in class com.hellosign.sdk.http.HttpClient
-
Returns the HTTP status code for the last request.
- getLastViewed() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the date the signer last viewed the request.
- getLinkColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page link color.
- getLinkColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page link color.
- getList(Class<T>, String) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- getList(Class<T>, String, Serializable, String) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- getLong(String) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- getMergeFields() - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Returns the current map of merge field names to types.
- getMessage() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- getMessage() - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- getMessage() - Method in class com.hellosign.sdk.resource.support.Warning
-
- getMessage() - Method in class com.hellosign.sdk.resource.Template
-
- getMessage() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- getMetadata() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- getMetadata(String) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- getName() - Method in class com.hellosign.sdk.resource.ApiApp
-
The name of the app.
- getName() - Method in class com.hellosign.sdk.resource.support.CustomField
-
- getName() - Method in class com.hellosign.sdk.resource.support.Document
-
- getName() - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- getName() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the name of the signer.
- getName() - Method in class com.hellosign.sdk.resource.support.Warning
-
- getName() - Method in class com.hellosign.sdk.resource.Team
-
- getNameOrRole() - Method in class com.hellosign.sdk.resource.support.Signer
-
- getNumPages() - Method in class com.hellosign.sdk.resource.AbstractResourceList
-
- getNumResults() - Method in class com.hellosign.sdk.resource.AbstractResourceList
-
- getOauthData(String, String, String, String, boolean) - Method in class com.hellosign.sdk.HelloSignClient
-
Performs an OAuth request and returns the necessary data for authorizing
an API application, and will automatically set the access token and code
for making authenticated requests with this client.
- getOauthData() - Method in class com.hellosign.sdk.resource.Account
-
- getOauthInfo() - Method in class com.hellosign.sdk.resource.ApiApp
-
An object describing the app's OAuth properties.
- getOrder() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the order of this signer.
- getOrder() - Method in class com.hellosign.sdk.resource.support.TemplateRole
-
- getOrderMatters() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
A flag that determines whether order of the signers list is enforced.
- getOwnerAccount() - Method in class com.hellosign.sdk.resource.ApiApp
-
An object describing the app's owner.
- getPage() - Method in class com.hellosign.sdk.resource.AbstractResourceList
-
- getPage() - Method in class com.hellosign.sdk.resource.support.FormField
-
Returns the page number this component is on.
- getPageBackgroundColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page background color.
- getPageBackgroundColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page background color.
- getPageSize() - Method in class com.hellosign.sdk.resource.AbstractResourceList
-
- getPostFields() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- getPostFields() - Method in class com.hellosign.sdk.resource.ApiApp
-
Internal method used to retrieve the necessary POST fields to submit the
API app to HelloSign.
- getPostFields() - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- getPostFields() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Internal method used to retrieve the necessary POST fields to submit the
signature request.
- getPostFields() - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Internal method used to retrieve the necessary POST fields.
- getPostFields() - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Internal method used to retrieve the necessary POST fields to submit the
signature request.
- getPostFields() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- getPrimaryButtonColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page primary button color.
- getPrimaryButtonColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page primary button color.
- getPrimaryButtonHoverColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page primary button hover color.
- getPrimaryButtonHoverColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page primary button hover color.
- getPrimaryButtonTextColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page primary button text color.
- getPrimaryButtonTextColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page primary button text color.
- getPrimaryButtonTextHoverColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page primary button text hover color.
- getPrimaryButtonTextHoverColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page primary button text hover color.
- getProxiedConnection(String) - Static method in class com.hellosign.sdk.http.AbstractHttpRequest
-
Creates an HTTP connection.
- getQuotas() - Method in class com.hellosign.sdk.resource.Account
-
- getRedirectUrl() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- getRedirectUrl() - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- getRedirectUrl() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- getRefreshToken() - Method in class com.hellosign.sdk.resource.support.OauthData
-
- getRelatedSignature() - Method in class com.hellosign.sdk.resource.Event
-
Returns the associated Signature object with this event, if the event is
associated with a Signature Request.
- getRelatedSignatureId() - Method in class com.hellosign.sdk.resource.Event
-
Returns the signature ID to which this event is associated.
- getRequest() - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
Get the AbstractRequest associated with this Embedded signature request.
- getRequest() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
Gets the associated request object.
- getRequesterEmail() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- getResponseAsFile(File) - Method in class com.hellosign.sdk.http.AbstractHttpRequest
-
Write the last response to a file.
- getResponseBody() - Method in class com.hellosign.sdk.http.AbstractHttpRequest
-
Returns the last response stream as a string.
- getResponseCode() - Method in class com.hellosign.sdk.http.AbstractHttpRequest
-
Returns the last HTTP response code.
- getResponseData() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
- getRole() - Method in class com.hellosign.sdk.resource.support.TemplateRole
-
- getRoleCode() - Method in class com.hellosign.sdk.resource.Account
-
- getScopes() - Method in class com.hellosign.sdk.resource.support.ApiAppOauth
-
Array of OAuth scopes used by the app.
- getSecondaryButtonColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page secondary button color.
- getSecondaryButtonColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page secondary button color.
- getSecondaryButtonHoverColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page secondary button hover color.
- getSecondaryButtonHoverColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page secondary button hover color.
- getSecondaryButtonTextColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page secondary button text color.
- getSecondaryButtonTextColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page secondary button text color.
- getSecondaryButtonTextHoverColor() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page secondary button text hover color.
- getSecondaryButtonTextHoverColor() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page secondary button text hover color.
- getSecret() - Method in class com.hellosign.sdk.resource.support.ApiAppOauth
-
The app's OAuth secret.
- getSignature(String, String) - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Returns the signature for the given email/name combination, or null if
not found on this request.
- getSignatureBySigner(String, String) - Method in class com.hellosign.sdk.resource.SignatureRequest
-
- getSignatureId() - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- getSignatureRequest(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves a Signature Request with the given ID.
- getSignatureRequest() - Method in class com.hellosign.sdk.resource.Event
-
Returns a reference to the SignatureRequest that is attached to the
Event.
- getSignatureRequestId() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- getSignatureRequests() - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the current user's signature requests.
- getSignatureRequests(int) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves a specific page of the current user's signature requests.
- getSignatures() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Returns a list of signatures for this request.
- getSigner() - Method in class com.hellosign.sdk.resource.support.FormField
-
Returns the signer index for this form field.
- getSignerRoles() - Method in class com.hellosign.sdk.resource.Template
-
Returns a list of SignerRoles.
- getSignerRoles() - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Returns the signer roles specified for this template draft.
- getSigners() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Returns a reference to the signers list.
- getSigners() - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Returns a reference to the signers list.
- getSigningUrl() - Method in class com.hellosign.sdk.resource.SignatureRequest
-
- getSignUrl() - Method in class com.hellosign.sdk.resource.EmbeddedResponse
-
- getStatus() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the status of this signature/signer.
- getStatusString() - Method in class com.hellosign.sdk.resource.support.Signature
-
Returns the status in string format.
- getString(String) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- getSubject() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- getSubject() - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- getSubject() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- getTeam() - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the Team for the current user account.
- getTemplate(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves a specific Template based on the provided Template ID.
- getTemplate() - Method in class com.hellosign.sdk.resource.Event
-
Returns a reference to the Template that is attached to the Event.
- getTemplateFile(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the PDF file backing the Template specified by the provided
Template ID.
- getTemplateFileUrl(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Returns a signed URL that can be used to retrieve the file backing a
template.
- getTemplateId() - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Get the template ID that will be used with this request.
- getTemplateIds() - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Get the list of template IDs that are used for this request.
- getTemplates() - Method in class com.hellosign.sdk.HelloSignClient
-
Retrieves the templates for the current user account.
- getTemplates(int) - Method in class com.hellosign.sdk.HelloSignClient
-
Retreives a page of templates for the current user account.
- getTemplatesLeft() - Method in class com.hellosign.sdk.resource.Account
-
- getTemplatesLeft() - Method in class com.hellosign.sdk.resource.support.Quotas
-
- getTextColor1() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page text 1 color.
- getTextColor1() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page text 1 color.
- getTextColor2() - Method in class com.hellosign.sdk.resource.ApiApp
-
Get the signer page text 2 color.
- getTextColor2() - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Get the signer page text 2 color.
- getTitle() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- getTitle() - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- getTitle() - Method in class com.hellosign.sdk.resource.Template
-
- getTitle() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- getTokenType() - Method in class com.hellosign.sdk.resource.support.OauthData
-
- getType() - Method in exception com.hellosign.sdk.HelloSignException
-
Returns the HelloSign API error type.
- getType() - Method in class com.hellosign.sdk.resource.Event
-
Returns the EventType for this event.
- getType() - Method in class com.hellosign.sdk.resource.support.CustomField
-
- getType() - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- getType() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
Gets the unclaimed draft type.
- getTypeString() - Method in class com.hellosign.sdk.resource.Event
-
Returns the event type String.
- getTypeString() - Method in class com.hellosign.sdk.resource.support.CustomField
-
- getTypeString() - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- getTypeString() - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
Gets the string value of the unclaimed draft type.
- getUxVersion() - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Return the UX version for this request.
- getValidationType() - Method in class com.hellosign.sdk.resource.support.FormField
-
Return the validation rule being used for this field
- getValidationTypeString() - Method in class com.hellosign.sdk.resource.support.FormField
-
Return the validation rule being used for this field as a string
- getValue() - Method in class com.hellosign.sdk.resource.support.CustomField
-
- getValue() - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- getWarnings() - Method in class com.hellosign.sdk.resource.AbstractResource
-
- getWhiteLabelingOptions() - Method in class com.hellosign.sdk.resource.ApiApp
-
Returns the current white labeling options for this API app.
- getWidth() - Method in class com.hellosign.sdk.resource.support.CustomField
-
Returns the pixel width of this field.
- getX() - Method in class com.hellosign.sdk.resource.support.CustomField
-
Returns the x coordinate for this field.
- getY() - Method in class com.hellosign.sdk.resource.support.CustomField
-
Returns the y coordinate for this field.
- sendSignatureRequest(SignatureRequest) - Method in class com.hellosign.sdk.HelloSignClient
-
Sends the provided signature request to HelloSign.
- sendTemplateSignatureRequest(TemplateSignatureRequest) - Method in class com.hellosign.sdk.HelloSignClient
-
Creates a new Signature Request based on the template provided.
- serializeMergeFields(Map<String, FieldType>) - Static method in class com.hellosign.sdk.resource.TemplateDraft
-
Helper method to convert a Java Map into the JSON string required
by the HelloSign API.
- set(String, Object) - Method in class com.hellosign.sdk.resource.AbstractResource
-
- set(String, String) - Method in class com.hellosign.sdk.resource.support.Metadata
-
- setAccessCode(String) - Method in class com.hellosign.sdk.resource.support.Signer
-
- setAccessToken(String, String) - Method in class com.hellosign.sdk.HelloSignClient
-
Sets the access token for the OAuth user that this client will use to
perform requests.
- setAccessToken(String, String) - Method in class com.hellosign.sdk.http.Authentication
-
Sets the access token for the HelloSign client authentication.
- setApiId(String) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Set the API ID for this custom field.
- setApiId(String) - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- setApiKey(String) - Method in class com.hellosign.sdk.http.Authentication
-
Sets the API key to use for authenticating this client.
- setAuthentication(Authentication) - Method in class com.hellosign.sdk.HelloSignClient
-
Allows overriding of the authentication mechanism.
- setCallback(String) - Method in class com.hellosign.sdk.HelloSignClient
-
Update your account callback URL.
- setCallbackUrl(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the callback URL for this API app's events.
- setCallbackUrl(String) - Method in class com.hellosign.sdk.resource.support.ApiAppOauth
-
Set this API app OAuth callback.
- setCC(String, String) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Sets the CC email address for the provided role.
- setCCs(Map<String, String>) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Overwrites the map of roles to CC email addresses.
- setClientId(String) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Associates this request with an API app.
- setClientId(String) - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
Set the client ID of the web app you're using to create this embedded
signature request.
- setCustomFields(Map<String, String>) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Overwrites the current map of custom fields to the provided map.
- setCustomFieldValue(String, String) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Adds the value to fill in for a custom field with the given field name.
- setCustomLogo(File) - Method in class com.hellosign.sdk.resource.ApiApp
-
Add a custom logo image to this API app.
- setDocuments(List<Document>) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Overwrites this requests document list with the provided document list.
- setDomain(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set this API app's domain.
- setEditor(String) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Specify what signer role may edit this field.
- setEmail(String) - Method in class com.hellosign.sdk.resource.support.Signer
-
- setFile(File) - Method in class com.hellosign.sdk.resource.support.Document
-
Sets the file associated with this document.
- setFileUrls(List<String>) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Overwrite the current file_url list.
- setFormFields(List<FormField>) - Method in class com.hellosign.sdk.resource.support.Document
-
Overwrites the form fields for this document.
- setHeaderBackgroundColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page header background color.
- setHeaderBackgroundColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page header background color.
- setHeight(int) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Sets the pixel height for this field.
- setHideTextTags(boolean) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- setHideTextTags(boolean) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Not implemented for templates.
- setIndex(Integer) - Method in class com.hellosign.sdk.resource.support.Document
-
- setIsDeclinable(Boolean) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Designate this request as declinable by signers.
- setIsForEmbeddedSigning(boolean) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
Sets whether this Unclaimed Draft is to be embedded.
- setIsRequired(Boolean) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Specify whether this field is required.
- setLegalVersion(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the legal terms version.
- setLinkColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page link color.
- setLinkColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page link color.
- setMessage(String) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- setMessage(String) - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- setMessage(String) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- setName(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set this API app's name.
- setName(String) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Set the name of this custom field.
- setName(String) - Method in class com.hellosign.sdk.resource.support.Document
-
- setName(String) - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- setNameOrRole(String) - Method in class com.hellosign.sdk.resource.support.Signer
-
- setOAuthCallbackUrl(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
- setOauthData(OauthData) - Method in class com.hellosign.sdk.resource.Account
-
- setOrderMatters(boolean) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Determines whether the order of the signers list is to be enforced.
- setPage(Integer) - Method in class com.hellosign.sdk.resource.support.FormField
-
Set the page number for this component.
- setPageBackgroundColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page background color.
- setPageBackgroundColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page background color.
- setPrimaryButtonColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page primary button color.
- setPrimaryButtonColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page primary button color.
- setPrimaryButtonHoverColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page primary button hover color.
- setPrimaryButtonHoverColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page primary button hover color.
- setPrimaryButtonTextColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page primary button text color.
- setPrimaryButtonTextColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page primary button text color.
- setPrimaryButtonTextHoverColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page primary button text hover color.
- setPrimaryButtonTextHoverColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page primary button text hover color.
- setRedirectUrl(String) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- setRedirectUrl(String) - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- setRedirectUrl(String) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- setRequest(AbstractRequest) - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
Set the AbstractRequest associated with this Embedded signature request.
- setRequest(AbstractRequest) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
Sets the associated request object from which this unclaimed draft will
be created.
- setRequesterEmail(String) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- setRequired(boolean) - Method in class com.hellosign.sdk.resource.support.FormField
-
- setScopes(Set<ApiAppOauthScopeType>) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set this API app's OAuth scopes.
- setScopes(Set<ApiAppOauthScopeType>) - Method in class com.hellosign.sdk.resource.support.ApiAppOauth
-
Set this API app's OAuth scopes.
- setSecondaryButtonColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page secondary button color.
- setSecondaryButtonColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page secondary button color.
- setSecondaryButtonHoverColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page secondary button hover color.
- setSecondaryButtonHoverColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page secondary button hover color.
- setSecondaryButtonTextColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page secondary button text color.
- setSecondaryButtonTextColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page secondary button text color.
- setSecondaryButtonTextHoverColor(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page secondary button text hover color.
- setSecondaryButtonTextHoverColor(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page secondary button text hover color.
- setSignatureId(String) - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- setSigner(Integer) - Method in class com.hellosign.sdk.resource.support.FormField
-
Set the signer index that should complete this form field.
- setSigner(String, String, String) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Adds the signer to the list of signers for this request.
- setSignerRoles(List<String>) - Method in class com.hellosign.sdk.resource.TemplateDraft
-
Overwrites the current list of signer roles.
- setSigners(List<Signer>) - Method in class com.hellosign.sdk.resource.SignatureRequest
-
Overwrites the current list of signers for this request with the given
list.
- setSigners(Map<String, Signer>) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Overwrites the current list of signers for this request with the given
list.
- setSubject(String) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- setSubject(String) - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- setSubject(String) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- setTemplateId(String) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Set the template ID of the template that should be used with this
request.
- setTestMode(boolean) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- setTestMode(boolean) - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- setTestMode(boolean) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- setTextColor1(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page text 1 color.
- setTextColor1(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page text 1 color.
- setTextColor2(String) - Method in class com.hellosign.sdk.resource.ApiApp
-
Set the signer page text 2 color.
- setTextColor2(String) - Method in class com.hellosign.sdk.resource.support.WhiteLabelingOptions
-
Set the signer page text 2 color.
- setTitle(String) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- setTitle(String) - Method in class com.hellosign.sdk.resource.EmbeddedRequest
-
- setTitle(String) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
- setType(FieldType) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Set the type for this custom field.
- setType(FieldType) - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- setType(UnclaimedDraftType) - Method in class com.hellosign.sdk.resource.UnclaimedDraft
-
Sets the unclaimed draft type.
- setUsePreexistingFields(boolean) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- setUseTextTags(boolean) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
- setUseTextTags(boolean) - Method in class com.hellosign.sdk.resource.TemplateSignatureRequest
-
Not implemented for templates.
- setUxVersion(int) - Method in class com.hellosign.sdk.resource.AbstractRequest
-
Set the UX version for this request.
- setValidationType(ValidationType) - Method in class com.hellosign.sdk.resource.support.FormField
-
Set the validation rule for this field.
- setValue(String) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Set the value for this field.
- setValue(Object) - Method in class com.hellosign.sdk.resource.support.ResponseData
-
- setWhiteLabelingOptions(WhiteLabelingOptions) - Method in class com.hellosign.sdk.resource.ApiApp
-
Overrides all white labeling options for this API app.
- setWidth(int) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Sets the pixel height for this field.
- setX(int) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Returns the x coordinate for this field.
- setY(int) - Method in class com.hellosign.sdk.resource.support.CustomField
-
Set the y coordinate for this field.
- Signature - Class in com.hellosign.sdk.resource.support
-
Contains information related to a signature / signer.
- Signature() - Constructor for class com.hellosign.sdk.resource.support.Signature
-
- Signature(JSONObject) - Constructor for class com.hellosign.sdk.resource.support.Signature
-
- SIGNATURE_ID - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGNATURE_KEY - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGNATURE_REQUEST_CANCEL_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SIGNATURE_REQUEST_EMBEDDED_TEMPLATE_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SIGNATURE_REQUEST_EMBEDDED_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SIGNATURE_REQUEST_FILES_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SIGNATURE_REQUEST_FINAL_COPY_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SIGNATURE_REQUEST_LIST_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SIGNATURE_REQUEST_REMIND_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SIGNATURE_REQUEST_SEND_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SIGNATURE_REQUEST_UPDATE_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SIGNATURE_REQUEST_URI - Static variable in class com.hellosign.sdk.HelloSignClient
-
- SignatureRequest - Class in com.hellosign.sdk.resource
-
Represents a HelloSign signature request.
- SignatureRequest() - Constructor for class com.hellosign.sdk.resource.SignatureRequest
-
- SignatureRequest(JSONObject) - Constructor for class com.hellosign.sdk.resource.SignatureRequest
-
- SignatureRequest(JSONObject, String) - Constructor for class com.hellosign.sdk.resource.SignatureRequest
-
- SignatureRequestList - Class in com.hellosign.sdk.resource.support
-
Represents a paged list of SignatureRequests returned from HelloSign.
- SignatureRequestList(JSONObject) - Constructor for class com.hellosign.sdk.resource.support.SignatureRequestList
-
- SignatureStatus - Enum in com.hellosign.sdk.resource.support.types
-
The MIT License (MIT)
Copyright (C) 2015 hellosign.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
- Signer - Class in com.hellosign.sdk.resource.support
-
Class that stores signer information for a signature request.
- Signer() - Constructor for class com.hellosign.sdk.resource.support.Signer
-
- Signer(String, String) - Constructor for class com.hellosign.sdk.resource.support.Signer
-
- SIGNER_DECLINE_REASON - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGNER_EMAIL_ADDRESS - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGNER_LAST_REMINDED_AT - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGNER_LAST_VIEWED_AT - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGNER_NAME - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGNER_ORDER - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGNER_ROLE_NAME - Static variable in class com.hellosign.sdk.resource.support.TemplateRole
-
- SIGNER_ROLE_ORDER - Static variable in class com.hellosign.sdk.resource.support.TemplateRole
-
- SIGNER_SIGNED_AT - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGNER_STATUS_CODE - Static variable in class com.hellosign.sdk.resource.support.Signature
-
- SIGREQ_CCS - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_CUSTOM_FIELDS - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_DETAILS_URL - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_FILES - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_FILES_URL - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_FINAL_COPY_URL - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_FORM_FIELDS - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_FORMAT_PDF - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_FORMAT_ZIP - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_HAS_ERROR - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_ID - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_IS_COMPLETE - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_IS_DECLINED - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_KEY - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_RESPONSE_DATA - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_SIGNER_EMAIL - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_SIGNER_NAME - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_SIGNER_ORDER - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_SIGNER_PIN - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_SIGNERS - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-
- SIGREQ_SIGNING_URL - Static variable in class com.hellosign.sdk.resource.SignatureRequest
-