Package so.prelude.sdk.services.blocking
Class WatchServiceImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.blocking.WatchService
public final class WatchServiceImpl implements WatchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WatchService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. WatchService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. WatchPredictResponse
predict(WatchPredictParams params, RequestOptions requestOptions)
WatchSendEventsResponse
sendEvents(WatchSendEventsParams params, RequestOptions requestOptions)
WatchSendFeedbacksResponse
sendFeedbacks(WatchSendFeedbacksParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
WatchService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
WatchService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
predict
WatchPredictResponse predict(WatchPredictParams params, RequestOptions requestOptions)
-
sendEvents
WatchSendEventsResponse sendEvents(WatchSendEventsParams params, RequestOptions requestOptions)
-
sendFeedbacks
WatchSendFeedbacksResponse sendFeedbacks(WatchSendFeedbacksParams params, RequestOptions requestOptions)
-
-
-
-