Package app.knock.api.services.blocking
Class WorkflowServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.WorkflowService
public final class WorkflowServiceImpl implements WorkflowService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWorkflowServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WorkflowService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. Stringcancel(WorkflowCancelParams params, RequestOptions requestOptions)WorkflowTriggerResponsetrigger(WorkflowTriggerParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
WorkflowService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
cancel
String cancel(WorkflowCancelParams params, RequestOptions requestOptions)
-
trigger
WorkflowTriggerResponse trigger(WorkflowTriggerParams params, RequestOptions requestOptions)
-
-
-
-