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
-
-
Method Detail
-
withOptions
abstract BookkeepingEntrySetService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
@MustBeClosed() HttpResponseFor<BookkeepingEntrySet> create(BookkeepingEntrySetCreateParams params)
Returns a raw HTTP response for
post /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<BookkeepingEntrySet> create(BookkeepingEntrySetCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntrySet> retrieve(String bookkeepingEntrySetId)
Returns a raw HTTP response for
get /bookkeeping_entry_sets/{bookkeeping_entry_set_id}, but is otherwise the same as BookkeepingEntrySetService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntrySet> retrieve(String bookkeepingEntrySetId, BookkeepingEntrySetRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntrySet> retrieve(String bookkeepingEntrySetId, BookkeepingEntrySetRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<BookkeepingEntrySet> retrieve(BookkeepingEntrySetRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntrySet> retrieve(BookkeepingEntrySetRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<BookkeepingEntrySet> retrieve(String bookkeepingEntrySetId, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<BookkeepingEntrySetListPage> list()
Returns a raw HTTP response for
get /bookkeeping_entry_sets, but is otherwise the same as BookkeepingEntrySetService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<BookkeepingEntrySetListPage> list(BookkeepingEntrySetListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<BookkeepingEntrySetListPage> list(BookkeepingEntrySetListParams params)
-
list
@MustBeClosed() HttpResponseFor<BookkeepingEntrySetListPage> list(RequestOptions requestOptions)
-
-
-
-