Package com.increase.api.services.async
Interface BookkeepingEntrySetServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface BookkeepingEntrySetServiceAsync.WithRawResponseA view of BookkeepingEntrySetServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract BookkeepingEntrySetServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> create(BookkeepingEntrySetCreateParams params)
Returns a raw HTTP response for
post /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> create(BookkeepingEntrySetCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(String bookkeepingEntrySetId)
Returns a raw HTTP response for
get /bookkeeping_entry_sets/{bookkeeping_entry_set_id}, but is otherwise the same as BookkeepingEntrySetServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(String bookkeepingEntrySetId, BookkeepingEntrySetRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(String bookkeepingEntrySetId, BookkeepingEntrySetRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(BookkeepingEntrySetRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(BookkeepingEntrySetRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(String bookkeepingEntrySetId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list()
Returns a raw HTTP response for
get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list(BookkeepingEntrySetListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list(BookkeepingEntrySetListParams params)
-
list
CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-