Package app.knock.api.models.workflows
Class WorkflowTriggerResponse
-
- All Implemented Interfaces:
public final class WorkflowTriggerResponseThe response from triggering a workflow.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWorkflowTriggerResponse.BuilderA builder for WorkflowTriggerResponse.
-
Method Summary
Modifier and Type Method Description final StringworkflowRunId()This value allows you to track individual messages associated with this trigger request. final JsonField<String>_workflowRunId()Returns the raw JSON value of workflowRunId. final Map<String, JsonValue>_additionalProperties()final WorkflowTriggerResponse.BuildertoBuilder()final WorkflowTriggerResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static WorkflowTriggerResponse.Builderbuilder()Returns a mutable builder for constructing an instance of WorkflowTriggerResponse. -
-
Method Detail
-
workflowRunId
final String workflowRunId()
This value allows you to track individual messages associated with this trigger request.
-
_workflowRunId
final JsonField<String> _workflowRunId()
Returns the raw JSON value of workflowRunId.
Unlike workflowRunId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final WorkflowTriggerResponse.Builder toBuilder()
-
validate
final WorkflowTriggerResponse validate()
-
builder
final static WorkflowTriggerResponse.Builder builder()
Returns a mutable builder for constructing an instance of WorkflowTriggerResponse.
The following fields are required:
.workflowRunId()
-
-
-
-