Class BookkeepingEntrySetServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.BookkeepingEntrySetService.WithRawResponse
public final class BookkeepingEntrySetServiceImpl.WithRawResponseImpl implements BookkeepingEntrySetService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<BookkeepingEntrySet>create(BookkeepingEntrySetCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.create.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 BookkeepingEntrySetService.retrieve.HttpResponseFor<BookkeepingEntrySetListPage>list(BookkeepingEntrySetListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.list.-
-
Method Detail
-
create
HttpResponseFor<BookkeepingEntrySet> create(BookkeepingEntrySetCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.create.
-
retrieve
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 BookkeepingEntrySetService.retrieve.
-
list
HttpResponseFor<BookkeepingEntrySetListPage> list(BookkeepingEntrySetListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.list.
-
-
-
-