Package com.increase.api.services.async
Class BookkeepingEntrySetServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.BookkeepingEntrySetServiceAsync.WithRawResponse
public final class BookkeepingEntrySetServiceAsyncImpl.WithRawResponseImpl implements BookkeepingEntrySetServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<BookkeepingEntrySet>>create(BookkeepingEntrySetCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetServiceAsync.create.CompletableFuture<HttpResponseFor<BookkeepingEntrySet>>retrieve(BookkeepingEntrySetRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_entry_sets/{bookkeeping_entry_set_id}, but is otherwise the same as BookkeepingEntrySetServiceAsync.retrieve.CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>>list(BookkeepingEntrySetListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> create(BookkeepingEntrySetCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(BookkeepingEntrySetRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_entry_sets/{bookkeeping_entry_set_id}, but is otherwise the same as BookkeepingEntrySetServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list(BookkeepingEntrySetListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetServiceAsync.list.
-
-
-
-