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
-
-
Method Detail
-
withOptions
abstract BookkeepingEntryService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntry> retrieve(String bookkeepingEntryId)
Returns a raw HTTP response for
get /bookkeeping_entries/{bookkeeping_entry_id}, but is otherwise the same as BookkeepingEntryService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntry> retrieve(String bookkeepingEntryId, BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntry> retrieve(String bookkeepingEntryId, BookkeepingEntryRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<BookkeepingEntry> retrieve(BookkeepingEntryRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntry> retrieve(BookkeepingEntryRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntry> retrieve(String bookkeepingEntryId, 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)
-
-
-
-