Package com.courier.services.blocking
Class NotificationServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.NotificationService
public final class NotificationServiceImpl implements NotificationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description NotificationService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. NotificationServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DraftServicedraft()CheckServicechecks()NotificationListResponselist(NotificationListParams params, RequestOptions requestOptions)NotificationGetContentretrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.NotificationService
list, list, list, 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
NotificationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
NotificationService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
draft
DraftService draft()
-
checks
CheckService checks()
-
list
NotificationListResponse list(NotificationListParams params, RequestOptions requestOptions)
-
retrieveContent
NotificationGetContent retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)
-
-
-
-