Uses of Class
com.docusign.maestro.model.TriggerPayload
-
Packages that use TriggerPayload Package Description com.docusign.maestro.api com.docusign.maestro.model -
-
Uses of TriggerPayload in com.docusign.maestro.api
Methods in com.docusign.maestro.api with parameters of type TriggerPayload Modifier and Type Method Description TriggerWorkflowViaPostResponseWorkflowTriggerApi. triggerWorkflow(String accountId, String workflowDefinitionId, TriggerPayload body)Creates a new workflow instance after authenticating with DS Account Server.TriggerWorkflowViaPostResponseWorkflowTriggerApi. triggerWorkflow(String accountId, String workflowDefinitionId, TriggerPayload body, WorkflowTriggerApi.TriggerWorkflowOptions options)Creates a new workflow instance after authenticating with DS Account Server.ApiResponse<TriggerWorkflowViaPostResponse>WorkflowTriggerApi. triggerWorkflowWithHttpInfo(String accountId, String workflowDefinitionId, TriggerPayload body, WorkflowTriggerApi.TriggerWorkflowOptions options)Creates a new workflow instance after authenticating with DS Account Server Creates a new workflow instance after authenticating with DS Account Server -
Uses of TriggerPayload in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return TriggerPayload Modifier and Type Method Description TriggerPayloadTriggerPayload. instanceName(String instanceName)instanceName.TriggerPayloadTriggerPayload. metadata(Object metadata)metadata.TriggerPayloadTriggerPayload. participants(Object participants)participants.TriggerPayloadTriggerPayload. payload(Object payload)payload.
-