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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMappingInstructionsItem(MigrateProcessInstanceMappingInstruction mappingInstructionsItem) Deprecated.booleanDeprecated.Deprecated.Get mappingInstructionsDeprecated.A reference key chosen by the user that will be part of all records resulting from this operation.Deprecated.The key of process definition to migrate the process instance to.inthashCode()Deprecated.mappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions) Deprecated.operationReference(Long operationReference) Deprecated.voidsetMappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions) Deprecated.voidsetOperationReference(Long operationReference) Deprecated.voidsetTargetProcessDefinitionKey(Long targetProcessDefinitionKey) Deprecated.targetProcessDefinitionKey(Long targetProcessDefinitionKey) Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TARGET_PROCESS_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_MAPPING_INSTRUCTIONS
Deprecated.- See Also:
-
JSON_PROPERTY_OPERATION_REFERENCE
Deprecated.- See Also:
-
-
Constructor Details
-
MigrateProcessInstanceRequest
public MigrateProcessInstanceRequest()Deprecated.
-
-
Method Details
-
targetProcessDefinitionKey
Deprecated. -
getTargetProcessDefinitionKey
Deprecated.The key of process definition to migrate the process instance to.- Returns:
- targetProcessDefinitionKey
-
setTargetProcessDefinitionKey
Deprecated. -
mappingInstructions
public MigrateProcessInstanceRequest mappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions) Deprecated. -
addMappingInstructionsItem
public MigrateProcessInstanceRequest addMappingInstructionsItem(MigrateProcessInstanceMappingInstruction mappingInstructionsItem) Deprecated. -
getMappingInstructions
Deprecated.Get mappingInstructions- Returns:
- mappingInstructions
-
setMappingInstructions
public void setMappingInstructions(List<MigrateProcessInstanceMappingInstruction> mappingInstructions) Deprecated. -
operationReference
Deprecated. -
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
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-