ReorderIssuePriorities class
Change the order of issue priorities.
Constructors
-
ReorderIssuePriorities({String? after, required List<
String> ids, String? position}) -
ReorderIssuePriorities.fromJson(Map<
String, Object?> json) -
factory
Properties
- after → String?
-
The ID of the priority. Required if
position
isn't provided.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
ids
→ List<
String> -
The list of issue IDs to be reordered. Cannot contain duplicates nor after
ID.
final
- position → String?
-
The position for issue priorities to be moved to. Required if
after
isn't provided.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? after, List< String> ? ids, String? position}) → ReorderIssuePriorities -
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