SoftwareInfoDTO class
Constructors
- SoftwareInfoDTO({SelfLinkDTO? links, String? buildChangeSet, DateDTO? buildDate, bool? isLicensedForUse, String? platformVersion, String? version})
-
SoftwareInfoDTO.fromJson(Map<
String, Object?> json) -
factory
Properties
- buildChangeSet → String?
-
Reference of the change set included in the build.
final
- buildDate → DateDTO?
-
Date of the current build.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLicensedForUse → bool
-
Indicates whether the instance is licensed (true) or not (false).
final
- links → SelfLinkDTO?
-
REST API URL of the instance.
final
- platformVersion → String?
-
Jira Platform version upon which Service Desk is based.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String?
-
Jira Service Management version.
final
Methods
-
copyWith(
{SelfLinkDTO? links, String? buildChangeSet, DateDTO? buildDate, bool? isLicensedForUse, String? platformVersion, String? version}) → SoftwareInfoDTO -
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