Interface DraftService
-
- All Implemented Interfaces:
public interface DraftService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceDraftService.WithRawResponseA view of DraftService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract DraftService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract DraftServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. NotificationGetContentretrieveContent(String id)NotificationGetContentretrieveContent(String id, DraftRetrieveContentParams params, RequestOptions requestOptions)NotificationGetContentretrieveContent(String id, DraftRetrieveContentParams params)abstract NotificationGetContentretrieveContent(DraftRetrieveContentParams params, RequestOptions requestOptions)NotificationGetContentretrieveContent(DraftRetrieveContentParams params)NotificationGetContentretrieveContent(String id, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract DraftService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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(String id)
-
retrieveContent
NotificationGetContent retrieveContent(String id, DraftRetrieveContentParams params, RequestOptions requestOptions)
-
retrieveContent
NotificationGetContent retrieveContent(String id, DraftRetrieveContentParams params)
-
retrieveContent
abstract NotificationGetContent retrieveContent(DraftRetrieveContentParams params, RequestOptions requestOptions)
-
retrieveContent
NotificationGetContent retrieveContent(DraftRetrieveContentParams params)
-
retrieveContent
NotificationGetContent retrieveContent(String id, RequestOptions requestOptions)
-
-
-
-