Interface ProofOfAuthorizationRequestServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface ProofOfAuthorizationRequestServiceAsync.WithRawResponseA view of ProofOfAuthorizationRequestServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
retrieve
abstract 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.
-
retrieve
abstract CompletableFuture<HttpResponseFor<ProofOfAuthorizationRequest>> retrieve(ProofOfAuthorizationRequestRetrieveParams params)
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
abstract 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.
-
list
abstract CompletableFuture<HttpResponseFor<ProofOfAuthorizationRequestListPageAsync>> list(ProofOfAuthorizationRequestListParams params)
Returns a raw HTTP response for
get /proof_of_authorization_requests, but is otherwise the same as ProofOfAuthorizationRequestServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<ProofOfAuthorizationRequestListPageAsync>> list()
Returns a raw HTTP response for
get /proof_of_authorization_requests, but is otherwise the same as ProofOfAuthorizationRequestServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<ProofOfAuthorizationRequestListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /proof_of_authorization_requests, but is otherwise the same as ProofOfAuthorizationRequestServiceAsync.list.
-
-
-
-