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