Package | Description |
---|---|
com.groupdocs.cloud.signature.api | |
com.groupdocs.cloud.signature.model |
Modifier and Type | Method | Description |
---|---|---|
SignResult |
SignApi.createSignatures(CreateSignaturesRequest request) |
Creates new signatures in the document and saves resultant document into 'Output' folder
|
Modifier and Type | Method | Description |
---|---|---|
ApiResponse<SignResult> |
SignApi.createSignaturesWithHttpInfo(CreateSignaturesRequest request) |
Creates new signatures in the document and saves resultant document into 'Output' folder
|
Modifier and Type | Method | Description |
---|---|---|
com.squareup.okhttp.Call |
SignApi.createSignaturesAsync(CreateSignaturesRequest request,
ApiCallback<SignResult> callback) |
Creates new signatures in the document and saves resultant document into 'Output' folder (asynchronously)
|
Modifier and Type | Method | Description |
---|---|---|
SignResult |
SignResult.addFailedItem(Signature failedItem) |
|
SignResult |
SignResult.addSucceededItem(Signature succeededItem) |
|
SignResult |
SignResult.downloadUrl(java.lang.String downloadUrl) |
|
SignResult |
SignResult.failed(java.util.List<Signature> failed) |
|
SignResult |
SignResult.fileInfo(FileInfo fileInfo) |
|
SignResult |
SignResult.size(java.lang.Long size) |
|
SignResult |
SignResult.succeeded(java.util.List<Signature> succeeded) |
Copyright © 2021. All rights reserved.