Package com.increase.api.services.async
Class ProofOfAuthorizationRequestServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.ProofOfAuthorizationRequestServiceAsync.WithRawResponse
public final class ProofOfAuthorizationRequestServiceAsyncImpl.WithRawResponseImpl implements ProofOfAuthorizationRequestServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<ProofOfAuthorizationRequest>>retrieve(ProofOfAuthorizationRequestRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /proof_of_authorization_requests/{proof_of_authorization_request_id}, but is otherwise the same as ProofOfAuthorizationRequestServiceAsync.retrieve.CompletableFuture<HttpResponseFor<ProofOfAuthorizationRequestListPageAsync>>list(ProofOfAuthorizationRequestListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /proof_of_authorization_requests, but is otherwise the same as ProofOfAuthorizationRequestServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<ProofOfAuthorizationRequest>> retrieve(ProofOfAuthorizationRequestRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /proof_of_authorization_requests/{proof_of_authorization_request_id}, but is otherwise the same as ProofOfAuthorizationRequestServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<ProofOfAuthorizationRequestListPageAsync>> list(ProofOfAuthorizationRequestListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /proof_of_authorization_requests, but is otherwise the same as ProofOfAuthorizationRequestServiceAsync.list.
-
-
-
-