Class MigrationInstructionDto
java.lang.Object
org.camunda.community.rest.client.dto.MigrationInstructionDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class MigrationInstructionDto
extends Object
MigrationInstructionDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSourceActivityIdsItem(String sourceActivityIdsItem) addTargetActivityIdsItem(String targetActivityIdsItem) booleanThe activity ids from the source process definition being mapped.The activity ids from the target process definition being mapped.Configuration flag whether event triggers defined are going to be updated during migration.org.openapitools.jackson.nullable.JsonNullable<Boolean>inthashCode()voidsetSourceActivityIds(List<String> sourceActivityIds) voidsetSourceActivityIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> sourceActivityIds) voidsetTargetActivityIds(List<String> targetActivityIds) voidsetTargetActivityIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> targetActivityIds) voidsetUpdateEventTrigger(Boolean updateEventTrigger) voidsetUpdateEventTrigger_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> updateEventTrigger) sourceActivityIds(List<String> sourceActivityIds) targetActivityIds(List<String> targetActivityIds) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.updateEventTrigger(Boolean updateEventTrigger)
-
Field Details
-
JSON_PROPERTY_SOURCE_ACTIVITY_IDS
- See Also:
-
JSON_PROPERTY_TARGET_ACTIVITY_IDS
- See Also:
-
JSON_PROPERTY_UPDATE_EVENT_TRIGGER
- See Also:
-
-
Constructor Details
-
MigrationInstructionDto
public MigrationInstructionDto()
-
-
Method Details
-
sourceActivityIds
-
addSourceActivityIdsItem
-
getSourceActivityIds
The activity ids from the source process definition being mapped.- Returns:
- sourceActivityIds
-
getSourceActivityIds_JsonNullable
-
setSourceActivityIds_JsonNullable
-
setSourceActivityIds
-
targetActivityIds
-
addTargetActivityIdsItem
-
getTargetActivityIds
The activity ids from the target process definition being mapped.- Returns:
- targetActivityIds
-
getTargetActivityIds_JsonNullable
-
setTargetActivityIds_JsonNullable
-
setTargetActivityIds
-
updateEventTrigger
-
getUpdateEventTrigger
Configuration flag whether event triggers defined are going to be updated during migration.- Returns:
- updateEventTrigger
-
getUpdateEventTrigger_JsonNullable
-
setUpdateEventTrigger_JsonNullable
public void setUpdateEventTrigger_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> updateEventTrigger) -
setUpdateEventTrigger
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-