Package com.increase.api.services.async
Interface BookkeepingEntryServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface BookkeepingEntryServiceAsync.WithRawResponseA view of BookkeepingEntryServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<BookkeepingEntry>>retrieve(BookkeepingEntryRetrieveParams params)Returns a raw HTTP response for get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<BookkeepingEntry>>retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>>list()Returns a raw HTTP response for get /bookkeeping_entries, but is otherwise the same as BookkeepingEntryServiceAsync.list.abstract CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>>list(BookkeepingEntryListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>>list(BookkeepingEntryListParams params)CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>>list(RequestOptions requestOptions)-
-
Method Detail
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<BookkeepingEntry>> retrieve(BookkeepingEntryRetrieveParams params)
Returns a raw HTTP response for
get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<BookkeepingEntry>> retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>> list()
Returns a raw HTTP response for
get /bookkeeping_entries, but is otherwise the same as BookkeepingEntryServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>> list(BookkeepingEntryListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>> list(BookkeepingEntryListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-