Package com.courier.services.blocking
Interface NotificationService
-
- All Implemented Interfaces:
public interface NotificationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceNotificationService.WithRawResponseA view of NotificationService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract NotificationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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
abstract DraftService draft()
-
checks
abstract CheckService checks()
-
list
NotificationListResponse list()
-
list
abstract NotificationListResponse list(NotificationListParams params, RequestOptions requestOptions)
-
list
NotificationListResponse list(NotificationListParams params)
-
list
NotificationListResponse list(RequestOptions requestOptions)
-
retrieveContent
NotificationGetContent retrieveContent(String id)
-
retrieveContent
NotificationGetContent retrieveContent(String id, NotificationRetrieveContentParams params, RequestOptions requestOptions)
-
retrieveContent
NotificationGetContent retrieveContent(String id, NotificationRetrieveContentParams params)
-
retrieveContent
abstract NotificationGetContent retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)
-
retrieveContent
NotificationGetContent retrieveContent(NotificationRetrieveContentParams params)
-
retrieveContent
NotificationGetContent retrieveContent(String id, RequestOptions requestOptions)
-
-
-
-