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
-
create
@MustBeClosed() 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
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> create(BookkeepingEntrySetCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(BookkeepingEntrySetRetrieveParams params)
Returns a raw HTTP response for
get /bookkeeping_entry_sets/{bookkeeping_entry_set_id}, but is otherwise the same as BookkeepingEntrySetServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(BookkeepingEntrySetRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list()
Returns a raw HTTP response for
get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list(BookkeepingEntrySetListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list(BookkeepingEntrySetListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-