Class ClassifyStepRunStep

    • Method Detail

      • getObject

        public java.lang.String getObject()
        Specified by:
        getObject in interface IWorkflowStepBase
        Returns:
        The type of object. In this case, it will always be "workflow_step".
      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface IWorkflowStepBase
        Returns:
        Deprecated: This ID is not consistent across workflow versions. This field will be removed in a future API version.

        The ID of the workflow step.

        Example: "step_xKm9pNv3qWsY_jL2tR5Dh"

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface IWorkflowStepBase
        Returns:
        The name of the workflow step.

        Example: "Validate Invoice Total"

      • getType

        public java.util.Optional<java.lang.String> getType()
        Returns:
        The type of workflow step. Will always be "CLASSIFY" for this step run type.
      • 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