You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
64
67
/// <param name="page">Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)</param>
65
68
/// <param name="pageSize">Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)</param>
@@ -73,6 +76,7 @@ public interface IBulkSendJobApiSync : IApiAccessor
73
76
/// <remarks>
74
77
/// Returns a list of BulkSendJob that you can access.
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
77
81
/// <param name="page">Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)</param>
78
82
/// <param name="pageSize">Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)</param>
@@ -94,6 +98,7 @@ public interface IBulkSendJobApiAsync : IApiAccessor
94
98
/// <remarks>
95
99
/// Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
127
134
/// <param name="page">Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)</param>
128
135
/// <param name="pageSize">Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)</param>
@@ -137,6 +144,7 @@ public interface IBulkSendJobApiAsync : IApiAccessor
137
144
/// <remarks>
138
145
/// Returns a list of BulkSendJob that you can access.
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
141
149
/// <param name="page">Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)</param>
142
150
/// <param name="pageSize">Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)</param>
@@ -267,6 +275,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
267
275
/// <summary>
268
276
/// Get Bulk Send Job Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
463
476
/// <param name="page">Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)</param>
464
477
/// <param name="pageSize">Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)</param>
@@ -473,6 +486,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
473
486
/// <summary>
474
487
/// List Bulk Send Jobs Returns a list of BulkSendJob that you can access.
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
477
491
/// <param name="page">Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)</param>
478
492
/// <param name="pageSize">Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)</param>
@@ -544,6 +558,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
544
558
/// <summary>
545
559
/// List Bulk Send Jobs Returns a list of BulkSendJob that you can access.
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
548
563
/// <param name="page">Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)</param>
549
564
/// <param name="pageSize">Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)</param>
@@ -559,6 +574,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
559
574
/// <summary>
560
575
/// List Bulk Send Jobs Returns a list of BulkSendJob that you can access.
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
563
579
/// <param name="page">Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)</param>
564
580
/// <param name="pageSize">Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)</param>
0 commit comments