Package | Description |
---|---|
com.hellosign.sdk | |
com.hellosign.sdk.resource |
Modifier and Type | Method and Description |
---|---|
AbstractRequest |
HelloSignClient.createEmbeddedRequest(EmbeddedRequest embeddedReq)
Creates a signature request that can be embedded within your website.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedRequest
Represents an Embedded signature request (either standard or templated).
|
class |
SignatureRequest
Represents a HelloSign signature request.
|
class |
TemplateDraft
Represents a HelloSign template draft.
|
class |
TemplateSignatureRequest
Represents a HelloSign signature request based on one or more Templates.
|
class |
UnclaimedDraft
Represents an unclaimed draft response and request.
|
Modifier and Type | Method and Description |
---|---|
AbstractRequest |
UnclaimedDraft.getRequest()
Gets the associated request object.
|
AbstractRequest |
EmbeddedRequest.getRequest()
Get the AbstractRequest associated with this Embedded signature request.
|
Modifier and Type | Method and Description |
---|---|
void |
UnclaimedDraft.setRequest(AbstractRequest request)
Sets the associated request object from which this unclaimed draft will
be created.
|
void |
EmbeddedRequest.setRequest(AbstractRequest request)
Set the AbstractRequest associated with this Embedded signature request.
|
Constructor and Description |
---|
EmbeddedRequest(String clientId,
AbstractRequest request)
Creates an Embedded signature request using the client ID and the
AbstractRequest object provided.
|
UnclaimedDraft(AbstractRequest request)
Creates an unclaimed draft with the provided AbstractRequest, and defaults
the type to
UnclaimedDraftType.send_document . |
UnclaimedDraft(AbstractRequest request,
UnclaimedDraftType type)
Creates an unclaimed draft with the provided AbstractRequest and
UnclaimedDraftType.
|
Copyright © 2016 HelloSign. All rights reserved.