Class ItemServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.tenants.tenantdefaultpreferences.ItemService
public final class ItemServiceImpl implements ItemService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classItemServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ItemService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ItemServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Unitupdate(ItemUpdateParams params, RequestOptions requestOptions)Unitdelete(ItemDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ItemService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ItemService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
update
Unit update(ItemUpdateParams params, RequestOptions requestOptions)
-
delete
Unit delete(ItemDeleteParams params, RequestOptions requestOptions)
-
-
-
-