Package com.inttegro
Class Client.UploadRequestsClient
java.lang.Object
com.inttegro.Client.UploadRequestsClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancel(UploadRequestCancelParams params, RequestOptions options) cancel(Map<String, Object> params, RequestOptions options) create(UploadRequestCreateParams params, RequestOptions options) create(Map<String, Object> params, RequestOptions options) fulfill(UploadRequestFulfillParams params) page(UploadRequestPageParams params) review(ReviewUploadRequestAttemptByIdParams params, RequestOptions options) review(ReviewUploadRequestAttemptByOrdinalParams params, RequestOptions options)
-
Constructor Details
-
UploadRequestsClient
-
-
Method Details
-
create
public UploadRequest create(Map<String, Object> params, RequestOptions options) throws IOException, InterruptedException, ApiException -
create
public UploadRequest create(UploadRequestCreateParams params, RequestOptions options) throws IOException, InterruptedException, ApiException -
lookup
-
page
public UploadRequestPage page(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
page
public UploadRequestPage page(UploadRequestPageParams params) throws IOException, InterruptedException, ApiException -
cancel
public UploadRequest cancel(Map<String, Object> params, RequestOptions options) throws IOException, InterruptedException, ApiException -
cancel
public UploadRequest cancel(UploadRequestCancelParams params, RequestOptions options) throws IOException, InterruptedException, ApiException -
review
public UploadRequest review(ReviewUploadRequestAttemptByIdParams params) throws IOException, InterruptedException, ApiException -
review
public UploadRequest review(ReviewUploadRequestAttemptByIdParams params, RequestOptions options) throws IOException, InterruptedException, ApiException -
review
public UploadRequest review(ReviewUploadRequestAttemptByOrdinalParams params) throws IOException, InterruptedException, ApiException -
review
public UploadRequest review(ReviewUploadRequestAttemptByOrdinalParams params, RequestOptions options) throws IOException, InterruptedException, ApiException -
fulfill
public UploadFulfillment fulfill(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
fulfill
public UploadFulfillment fulfill(UploadRequestFulfillParams params) throws IOException, InterruptedException, ApiException
-