| Package | Description |
|---|---|
| com.hellosign.sdk.resource | |
| com.hellosign.sdk.resource.support.types |
| Modifier and Type | Method and Description |
|---|---|
UnclaimedDraftType |
UnclaimedDraft.getType()
Gets the unclaimed draft type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnclaimedDraft.setType(UnclaimedDraftType type)
Sets the unclaimed draft type.
|
| Constructor and Description |
|---|
UnclaimedDraft(AbstractRequest request,
UnclaimedDraftType type)
Creates an unclaimed draft with the provided AbstractRequest and
UnclaimedDraftType.
|
| Modifier and Type | Method and Description |
|---|---|
static UnclaimedDraftType |
UnclaimedDraftType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnclaimedDraftType[] |
UnclaimedDraftType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 HelloSign. All rights reserved.