Package com.increase.api.services.async
Class BookkeepingEntrySetServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.BookkeepingEntrySetServiceAsync.WithRawResponse
public final class BookkeepingEntrySetServiceAsyncImpl.WithRawResponseImpl implements BookkeepingEntrySetServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<BookkeepingEntrySet>>create(BookkeepingEntrySetCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BookkeepingEntrySet>>retrieve(BookkeepingEntrySetRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>>list(BookkeepingEntrySetListParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> create(BookkeepingEntrySetCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BookkeepingEntrySet>> retrieve(BookkeepingEntrySetRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BookkeepingEntrySetListPageAsync>> list(BookkeepingEntrySetListParams params, RequestOptions requestOptions)
-
-
-
-