public class CommentsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CommentsApi.GetCommentsTranscriptOptions |
| Constructor and Description |
|---|
CommentsApi() |
CommentsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CommentHistoryResult |
createEnvelopeComments(String accountId,
String envelopeId,
CommentsPublish commentsPublish)
Posts a list of comments for authorized user
|
ApiClient |
getApiClient() |
byte[] |
getCommentsTranscript(String accountId,
String envelopeId)
Gets comment transcript for envelope and user
|
byte[] |
getCommentsTranscript(String accountId,
String envelopeId,
CommentsApi.GetCommentsTranscriptOptions options)
Gets comment transcript for envelope and user
|
void |
setApiClient(ApiClient apiClient) |
public CommentsApi()
public CommentsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CommentHistoryResult createEnvelopeComments(String accountId, String envelopeId, CommentsPublish commentsPublish) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)envelopeId - The envelopeId Guid of the envelope being accessed. (required)commentsPublish - (optional)ApiException - if fails to make API callpublic byte[] getCommentsTranscript(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)envelopeId - The envelopeId Guid of the envelope being accessed. (required)ApiExceptionpublic byte[] getCommentsTranscript(String accountId, String envelopeId, CommentsApi.GetCommentsTranscriptOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)envelopeId - The envelopeId Guid of the envelope being accessed. (required)options - for modifying the method behavior.ApiException - if fails to make API callCopyright © 2020. All rights reserved.