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
-
-
Method Detail
-
withOptions
abstract BookkeepingEntryServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntry>> retrieve(String bookkeepingEntryId)
Returns a raw HTTP response for
get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntry>> retrieve(String bookkeepingEntryId, BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntry>> retrieve(String bookkeepingEntryId, BookkeepingEntryRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<BookkeepingEntry>> retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntry>> retrieve(BookkeepingEntryRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntry>> retrieve(String bookkeepingEntryId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>> list()
Returns a raw HTTP response for
get /bookkeeping_entries, but is otherwise the same as BookkeepingEntryServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>> list(BookkeepingEntryListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>> list(BookkeepingEntryListParams params)
-
list
CompletableFuture<HttpResponseFor<BookkeepingEntryListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-