Interface BookkeepingEntrySetService.WithRawResponse
-
- All Implemented Interfaces:
public interface BookkeepingEntrySetService.WithRawResponseA view of BookkeepingEntrySetService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract HttpResponseFor<BookkeepingEntrySet>create(BookkeepingEntrySetCreateParams params)Returns a raw HTTP response for post /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.create.abstract 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.abstract 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 BookkeepingEntrySetService.retrieve.abstract 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.abstract HttpResponseFor<BookkeepingEntrySetListPage>list(BookkeepingEntrySetListParams params)Returns a raw HTTP response for get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.list.abstract HttpResponseFor<BookkeepingEntrySetListPage>list()Returns a raw HTTP response for get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.list.HttpResponseFor<BookkeepingEntrySetListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.list.-
-
Method Detail
-
create
abstract 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.
-
create
abstract HttpResponseFor<BookkeepingEntrySet> create(BookkeepingEntrySetCreateParams params)
Returns a raw HTTP response for
post /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.create.
-
retrieve
abstract 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.
-
retrieve
abstract 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 BookkeepingEntrySetService.retrieve.
-
list
abstract 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.
-
list
abstract HttpResponseFor<BookkeepingEntrySetListPage> list(BookkeepingEntrySetListParams params)
Returns a raw HTTP response for
get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.list.
-
list
abstract HttpResponseFor<BookkeepingEntrySetListPage> list()
Returns a raw HTTP response for
get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.list.
-
list
HttpResponseFor<BookkeepingEntrySetListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.list.
-
-
-
-