RequestCreateDTO class

Constructors

RequestCreateDTO({String? channel, Form? form, bool? isAdfRequest, String? raiseOnBehalfOf, Map<String, dynamic>? requestFieldValues, List<String>? requestParticipants, String? requestTypeId, String? serviceDeskId})
RequestCreateDTO.fromJson(Map<String, Object?> json)
factory

Properties

channel String?
(Experimental) Shows extra information for the request channel.
final
form Form?
(Experimental) Provides answers to the form associated with a request type that is attached to the request on creation. Jira fields should be omitted from requestFieldValues if they are linked to form answers. Form answers in ADF format should have isAdfRequest set to true. Form answers are not currently validated.
final
hashCode int
The hash code for this object.
no setterinherited
isAdfRequest bool
(Experimental) Whether to accept rich text fields in Atlassian Document Format (ADF).
final
raiseOnBehalfOf String?
The accountId of the customer that the request is being raised on behalf of.
final
requestFieldValues Map<String, dynamic>?
JSON map of Jira field IDs and their values representing the content of the request.
final
requestParticipants List<String>
List of customers to participate in the request, as a list of accountId values.
final
requestTypeId String?
ID of the request type for the request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceDeskId String?
ID of the service desk in which to create the request.
final

Methods

copyWith({String? channel, Form? form, bool? isAdfRequest, String? raiseOnBehalfOf, Map<String, dynamic>? requestFieldValues, List<String>? requestParticipants, String? requestTypeId, String? serviceDeskId}) RequestCreateDTO
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