Class ItemServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.tenants.tenantdefaultpreferences.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)-
Methods inherited from class com.courier.services.blocking.tenants.tenantdefaultpreferences.ItemService.WithRawResponse
delete, delete, delete, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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)
-
-
-
-