Package com.increase.api.services.async
Class LockboxServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.LockboxServiceAsync.WithRawResponse
public final class LockboxServiceAsyncImpl.WithRawResponseImpl implements LockboxServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Lockbox>>create(LockboxCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /lockboxes, but is otherwise the same as LockboxServiceAsync.create.CompletableFuture<HttpResponseFor<Lockbox>>retrieve(LockboxRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /lockboxes/{lockbox_id}, but is otherwise the same as LockboxServiceAsync.retrieve.CompletableFuture<HttpResponseFor<Lockbox>>update(LockboxUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /lockboxes/{lockbox_id}, but is otherwise the same as LockboxServiceAsync.update.CompletableFuture<HttpResponseFor<LockboxListPageAsync>>list(LockboxListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /lockboxes, but is otherwise the same as LockboxServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<Lockbox>> create(LockboxCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /lockboxes, but is otherwise the same as LockboxServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<Lockbox>> retrieve(LockboxRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /lockboxes/{lockbox_id}, but is otherwise the same as LockboxServiceAsync.retrieve.
-
update
CompletableFuture<HttpResponseFor<Lockbox>> update(LockboxUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /lockboxes/{lockbox_id}, but is otherwise the same as LockboxServiceAsync.update.
-
list
CompletableFuture<HttpResponseFor<LockboxListPageAsync>> list(LockboxListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /lockboxes, but is otherwise the same as LockboxServiceAsync.list.
-
-
-
-