Class WorkflowRun.Request

  • Enclosing class:
    WorkflowRun

    public static final class WorkflowRun.Request
    extends Object
    • Method Detail

      • toJson

        public String toJson()
      • applicantId

        public WorkflowRun.Request applicantId​(String applicantId)
        The unique identifier for the applicant
        Parameters:
        applicantId - The unique identifier for the applicant
        Returns:
        The WorkflowRun request object.
      • workflowId

        public WorkflowRun.Request workflowId​(String workflowId)
        The unique identifier for the workflow
        Parameters:
        workflowId - The unique identifier for the workflow
        Returns:
        The WorkflowRun request object.
      • customData

        public WorkflowRun.Request customData​(Map<String,​Object> customData)
        Custom Input Data object
        Parameters:
        customData - Custom Input Data object
        Returns:
        The WorkflowRun request object.
      • getApplicantId

        public String getApplicantId()
        The unique identifier for the applicant
        Returns:
        The unique identifier for the applicant
      • getWorkflowId

        public String getWorkflowId()
        The unique identifier for the workflow
        Returns:
        The unique identifier for the workflow
      • getLink

        public Map<String,​Object> getLink()
        Link object
        Returns:
        Link object
      • getCustomData

        public Map<String,​Object> getCustomData()
        Custom Input Data object
        Returns:
        Custom Input Data object