Class ChangeCommentRequest

Object
ChangeCommentRequest
All Implemented Interfaces:
Serializable

public class ChangeCommentRequest extends Object implements Serializable
The properties of the comment to be changed
See Also:
  • Constructor Details

    • ChangeCommentRequest

      public ChangeCommentRequest()
  • Method Details

    • builder

      public static ChangeCommentRequest.Builder builder()
    • getId

      public UUID getId()
      Required. The ID of the comment to be changed.
    • getContent

      public String 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

      public Boolean getResolved()
      Whether the comment is resolved.
    • setId

      public void setId(UUID id)
      Required. The ID of the comment to be changed.
    • setContent

      public void setContent(String content)
      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

      public void setResolved(Boolean resolved)
      Whether the comment is resolved.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object