Class ChangeCommentRequest
Object
ChangeCommentRequest
- All Implemented Interfaces:
Serializable
The properties of the comment to be changed
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeCommentRequest.Builderbuilder()protected booleanbooleanThe new content of the comment to be changed.getId()Required. The ID of the comment to be changed.Whether the comment is resolved.inthashCode()voidsetContent(String content) The new content of the comment to be changed.voidRequired. The ID of the comment to be changed.voidsetResolved(Boolean resolved) Whether the comment is resolved.toString()
-
Constructor Details
-
ChangeCommentRequest
public ChangeCommentRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the comment to be changed. -
getContent
The new content of the comment to be changed. Can contain user mentions using syntax[@User:$userId]where $userId is the ID of mentioned user. -
getResolved
Whether the comment is resolved. -
setId
Required. The ID of the comment to be changed. -
setContent
The new content of the comment to be changed. Can contain user mentions using syntax[@User:$userId]where $userId is the ID of mentioned user. -
setResolved
Whether the comment is resolved. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-