InlineCommentModel class
Constructors
- InlineCommentModel({dynamic id, String? status, String? title, dynamic blogPostId, dynamic pageId, dynamic parentCommentId, Version? version, BodySingle? body, String? resolutionLastModifierId, DateTime? resolutionLastModifiedAt, String? resolutionStatus, InlineCommentProperties? properties, CommentLinks? links})
-
InlineCommentModel.fromJson(Map<
String, Object?> json) -
factory
Properties
- blogPostId → dynamic
-
ID of the blog post containing the comment if the comment is on a blog
post.
final
- body → BodySingle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → dynamic
-
ID of the comment.
final
- links → CommentLinks?
-
final
- pageId → dynamic
-
ID of the page containing the comment if the comment is on a page.
final
- parentCommentId → dynamic
-
ID of the parent comment if the comment is a reply.
final
- properties → InlineCommentProperties?
-
final
- resolutionLastModifiedAt → DateTime?
-
Timestamp of the last modification to the comment's resolution status.
Null until comment is resolved or reopened.
final
- resolutionLastModifierId → String?
-
Atlassian Account ID of last person who modified the resolve state of the
comment. Null until comment is resolved or reopened.
final
- resolutionStatus → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
- title → String?
-
Title of the comment.
final
- version → Version?
-
final
Methods
-
copyWith(
{dynamic id, String? status, String? title, dynamic blogPostId, dynamic pageId, dynamic parentCommentId, Version? version, BodySingle? body, String? resolutionLastModifierId, DateTime? resolutionLastModifiedAt, String? resolutionStatus, InlineCommentProperties? properties, CommentLinks? links}) → InlineCommentModel -
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