Class PreferenceServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.tenants.PreferenceService.WithRawResponse
public final class PreferenceServiceImpl.WithRawResponseImpl implements PreferenceService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PreferenceService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ItemService.WithRawResponseitems()-
-
Method Detail
-
withOptions
PreferenceService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
items
ItemService.WithRawResponse items()
-
-
-
-