Class StepRunStep


  • public final class StepRunStep
    extends java.lang.Object
    • Method Detail

      • getObject

        public java.lang.String getObject()
        Returns:
        The type of response. In this case, it will always be "workflow_step".
      • getId

        public java.lang.String getId()
        Returns:
        The ID of the workflow step.

        Example: "step_xKm9pNv3qWsY_jL2tR5Dh"

      • getName

        public java.lang.String getName()
        Returns:
        The name of the workflow step.

        Example: "Validate Invoice Total"

      • getType

        public StepRunStepType getType()
        Returns:
        The type of workflow step:
        • "EXTERNAL_DATA_VALIDATION" - Validates data against an external source
        • "RULE_VALIDATION" - Validates data against defined rules
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object