QueueDTO class
Constructors
Properties
-
fields
→ List<
String> -
Fields returned for each request in the queue.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
ID for the queue.
final
- issueCount → int?
-
The count of customer requests in the queue.
final
- jql → String?
-
JQL query that filters reqeusts for the queue.
final
- links → SelfLinkDTO?
-
REST API URL to the queue.
final
- name → String?
-
Short name for the queue.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{SelfLinkDTO? links, List< String> ? fields, String? id, int? issueCount, String? jql, String? name}) → QueueDTO -
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