Package com.courier.services.blocking
Class NotificationServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.NotificationService.WithRawResponse
public final class NotificationServiceImpl.WithRawResponseImpl implements NotificationService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description NotificationService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DraftService.WithRawResponsedraft()CheckService.WithRawResponsechecks()HttpResponseFor<NotificationListResponse>list(NotificationListParams params, RequestOptions requestOptions)HttpResponseFor<NotificationGetContent>retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.NotificationService.WithRawResponse
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
-
withOptions
NotificationService.WithRawResponse 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.WithRawResponse draft()
-
checks
CheckService.WithRawResponse checks()
-
list
HttpResponseFor<NotificationListResponse> list(NotificationListParams params, RequestOptions requestOptions)
-
retrieveContent
HttpResponseFor<NotificationGetContent> retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)
-
-
-
-