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