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 |
---|---|
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 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)ApiException
public 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 © 2019. All rights reserved.