DeleteAndReplaceVersionBean class
Constructors
-
DeleteAndReplaceVersionBean({List<
CustomFieldReplacement> ? customFieldReplacementList, int? moveAffectedIssuesTo, int? moveFixIssuesTo}) -
DeleteAndReplaceVersionBean.fromJson(Map<
String, Object?> json) -
factory
Properties
-
customFieldReplacementList
→ List<
CustomFieldReplacement> -
An array of custom field IDs (
customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version.final - hashCode → int
-
The hash code for this object.
no setterinherited
- moveAffectedIssuesTo → int?
-
The ID of the version to update
affectedVersion
to when the field contains the deleted version.final - moveFixIssuesTo → int?
-
The ID of the version to update
fixVersion
to when the field contains the deleted version.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< CustomFieldReplacement> ? customFieldReplacementList, int? moveAffectedIssuesTo, int? moveFixIssuesTo}) → DeleteAndReplaceVersionBean -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited