Class FileComment

java.lang.Object
com.slack.api.model.FileComment

public class FileComment extends Object
https://api.slack.com/methods/files.comments.add
  • Constructor Details

  • Method Details

    • builder

      public static FileComment.FileCommentBuilder builder()
    • getId

      public String getId()
    • getCreated

      public Integer getCreated()
    • getTimestamp

      public Integer getTimestamp()
    • getUser

      public String getUser()
    • getComment

      public String getComment()
    • getChannel

      public String getChannel()
    • isIntro

      public boolean isIntro()
    • setId

      public void setId(String id)
    • setCreated

      public void setCreated(Integer created)
    • setTimestamp

      public void setTimestamp(Integer timestamp)
    • setUser

      public void setUser(String user)
    • setComment

      public void setComment(String comment)
    • setChannel

      public void setChannel(String channel)
    • setIntro

      public void setIntro(boolean intro)
    • 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