Class ItemServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.tenants.preferences.ItemService.WithRawResponse
public final class ItemServiceImpl.WithRawResponseImpl implements ItemService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ItemService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseupdate(ItemUpdateParams params, RequestOptions requestOptions)HttpResponsedelete(ItemDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
ItemService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
update
HttpResponse update(ItemUpdateParams params, RequestOptions requestOptions)
-
delete
HttpResponse delete(ItemDeleteParams params, RequestOptions requestOptions)
-
-
-
-