Package com.increase.api.services.async
Class BookkeepingEntryServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.BookkeepingEntryServiceAsync.WithRawResponse
public final class BookkeepingEntryServiceAsyncImpl.WithRawResponseImpl implements BookkeepingEntryServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<BookkeepingEntry>>retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryServiceAsync.retrieve.CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>>list(BookkeepingEntryListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_entries, but is otherwise the same as BookkeepingEntryServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntry>> retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>> list(BookkeepingEntryListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_entries, but is otherwise the same as BookkeepingEntryServiceAsync.list.
-
-
-
-