Interface BookkeepingEntryService.WithRawResponse
-
- All Implemented Interfaces:
public interface BookkeepingEntryService.WithRawResponseA view of BookkeepingEntryService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<BookkeepingEntry>retrieve(BookkeepingEntryRetrieveParams params)Returns a raw HTTP response for get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryService.retrieve.abstract HttpResponseFor<BookkeepingEntry>retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<BookkeepingEntryListPage>list()Returns a raw HTTP response for get /bookkeeping_entries, but is otherwise the same as BookkeepingEntryService.list.abstract HttpResponseFor<BookkeepingEntryListPage>list(BookkeepingEntryListParams params, RequestOptions requestOptions)HttpResponseFor<BookkeepingEntryListPage>list(BookkeepingEntryListParams params)HttpResponseFor<BookkeepingEntryListPage>list(RequestOptions requestOptions)-
-
Method Detail
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntry> retrieve(BookkeepingEntryRetrieveParams params)
Returns a raw HTTP response for
get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryService.retrieve.
-
retrieve
@MustBeClosed() abstract HttpResponseFor<BookkeepingEntry> retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<BookkeepingEntryListPage> list()
Returns a raw HTTP response for
get /bookkeeping_entries, but is otherwise the same as BookkeepingEntryService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<BookkeepingEntryListPage> list(BookkeepingEntryListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<BookkeepingEntryListPage> list(BookkeepingEntryListParams params)
-
list
@MustBeClosed() HttpResponseFor<BookkeepingEntryListPage> list(RequestOptions requestOptions)
-
-
-
-