Class ProcessInstanceCreationStartInstruction

java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceCreationStartInstruction

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.23.0") public class ProcessInstanceCreationStartInstruction extends Object
ProcessInstanceCreationStartInstruction
  • Field Details

  • Constructor Details

    • ProcessInstanceCreationStartInstruction

      public ProcessInstanceCreationStartInstruction()
  • Method Details

    • elementId

    • getElementId

      @Nonnull public String getElementId()
      Future extensions might include: - different types of start instructions - ability to set local variables for different flow scopes For now, however, the start instruction is implicitly a \"startBeforeElement\" instruction
      Returns:
      elementId
    • setElementId

      public void setElementId(@Nonnull String elementId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object