Class MigrateProcessInstanceRequest

java.lang.Object
io.camunda.zeebe.client.protocol.rest.MigrateProcessInstanceRequest

@Deprecated @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-08-04T12:37:47.170113265Z[GMT]", comments="Generator version: 7.8.0") public class MigrateProcessInstanceRequest extends Object
Deprecated.
MigrateProcessInstanceRequest
  • Field Details

    • JSON_PROPERTY_TARGET_PROCESS_DEFINITION_KEY

      public static final String JSON_PROPERTY_TARGET_PROCESS_DEFINITION_KEY
      Deprecated.
      See Also:
    • JSON_PROPERTY_MAPPING_INSTRUCTIONS

      public static final String JSON_PROPERTY_MAPPING_INSTRUCTIONS
      Deprecated.
      See Also:
    • JSON_PROPERTY_OPERATION_REFERENCE

      public static final String JSON_PROPERTY_OPERATION_REFERENCE
      Deprecated.
      See Also:
  • Constructor Details

    • MigrateProcessInstanceRequest

      public MigrateProcessInstanceRequest()
      Deprecated.
  • Method Details

    • targetProcessDefinitionKey

      public MigrateProcessInstanceRequest targetProcessDefinitionKey(Long targetProcessDefinitionKey)
      Deprecated.
    • getTargetProcessDefinitionKey

      @Nonnull public Long getTargetProcessDefinitionKey()
      Deprecated.
      The key of process definition to migrate the process instance to.
      Returns:
      targetProcessDefinitionKey
    • setTargetProcessDefinitionKey

      public void setTargetProcessDefinitionKey(Long targetProcessDefinitionKey)
      Deprecated.
    • mappingInstructions

      public MigrateProcessInstanceRequest mappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions)
      Deprecated.
    • addMappingInstructionsItem

      public MigrateProcessInstanceRequest addMappingInstructionsItem(MigrateProcessInstanceMappingInstruction mappingInstructionsItem)
      Deprecated.
    • getMappingInstructions

      @Nonnull public List<MigrateProcessInstanceMappingInstruction> getMappingInstructions()
      Deprecated.
      Get mappingInstructions
      Returns:
      mappingInstructions
    • setMappingInstructions

      public void setMappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions)
      Deprecated.
    • operationReference

      public MigrateProcessInstanceRequest operationReference(Long operationReference)
      Deprecated.
    • getOperationReference

      @Nullable public Long getOperationReference()
      Deprecated.
      A reference key chosen by the user that will be part of all records resulting from this operation. Must be > 0 if provided. minimum: 1
      Returns:
      operationReference
    • setOperationReference

      public void setOperationReference(Long operationReference)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Deprecated.
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Deprecated.
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string