Package com.increase.api.services.async
Interface LockboxRecipientServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface LockboxRecipientServiceAsync.WithRawResponseA view of LockboxRecipientServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract LockboxRecipientServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<LockboxRecipient>> create(LockboxRecipientCreateParams params)
Returns a raw HTTP response for
post /lockbox_recipients, but is otherwise the same as LockboxRecipientServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<LockboxRecipient>> create(LockboxRecipientCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<LockboxRecipient>> retrieve(String lockboxRecipientId)
Returns a raw HTTP response for
get /lockbox_recipients/{lockbox_recipient_id}, but is otherwise the same as LockboxRecipientServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<LockboxRecipient>> retrieve(String lockboxRecipientId, LockboxRecipientRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<LockboxRecipient>> retrieve(String lockboxRecipientId, LockboxRecipientRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<LockboxRecipient>> retrieve(LockboxRecipientRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<LockboxRecipient>> retrieve(LockboxRecipientRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<LockboxRecipient>> retrieve(String lockboxRecipientId, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<LockboxRecipient>> update(String lockboxRecipientId)
Returns a raw HTTP response for
patch /lockbox_recipients/{lockbox_recipient_id}, but is otherwise the same as LockboxRecipientServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<LockboxRecipient>> update(String lockboxRecipientId, LockboxRecipientUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<LockboxRecipient>> update(String lockboxRecipientId, LockboxRecipientUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<LockboxRecipient>> update(LockboxRecipientUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<LockboxRecipient>> update(LockboxRecipientUpdateParams params)
-
update
CompletableFuture<HttpResponseFor<LockboxRecipient>> update(String lockboxRecipientId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<LockboxRecipientListPageAsync>> list()
Returns a raw HTTP response for
get /lockbox_recipients, but is otherwise the same as LockboxRecipientServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<LockboxRecipientListPageAsync>> list(LockboxRecipientListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<LockboxRecipientListPageAsync>> list(LockboxRecipientListParams params)
-
list
CompletableFuture<HttpResponseFor<LockboxRecipientListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-