Class BookkeepingEntryServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.BookkeepingEntryService.WithRawResponse
public final class BookkeepingEntryServiceImpl.WithRawResponseImpl implements BookkeepingEntryService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<BookkeepingEntry>retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryService.retrieve.HttpResponseFor<BookkeepingEntryListPage>list(BookkeepingEntryListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_entries, but is otherwise the same as BookkeepingEntryService.list.-
-
Method Detail
-
retrieve
HttpResponseFor<BookkeepingEntry> retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryService.retrieve.
-
list
HttpResponseFor<BookkeepingEntryListPage> list(BookkeepingEntryListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_entries, but is otherwise the same as BookkeepingEntryService.list.
-
-
-
-