Class DraftServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.notifications.DraftService
public final class DraftServiceImpl implements DraftService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDraftServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description DraftService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. DraftServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. NotificationGetContentretrieveContent(DraftRetrieveContentParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.notifications.DraftService
retrieveContent, retrieveContent, retrieveContent, retrieveContent, retrieveContent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
DraftService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
DraftService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieveContent
NotificationGetContent retrieveContent(DraftRetrieveContentParams params, RequestOptions requestOptions)
-
-
-
-