Package com.slack.api.model
Class FileComment
java.lang.Object
com.slack.api.model.FileComment
public class FileComment extends Object
https://api.slack.com/methods/files.comments.add
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileComment.FileCommentBuilder -
Constructor Summary
Constructors Constructor Description FileComment()FileComment(String id, Integer created, Integer timestamp, String user, String comment, String channel, boolean intro) -
Method Summary
Modifier and Type Method Description static FileComment.FileCommentBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetComment()IntegergetCreated()StringgetId()IntegergetTimestamp()StringgetUser()inthashCode()booleanisIntro()voidsetChannel(String channel)voidsetComment(String comment)voidsetCreated(Integer created)voidsetId(String id)voidsetIntro(boolean intro)voidsetTimestamp(Integer timestamp)voidsetUser(String user)StringtoString()
-
Constructor Details
-
FileComment
public FileComment() -
FileComment
-
-
Method Details
-
builder
-
getId
-
getCreated
-
getTimestamp
-
getUser
-
getComment
-
getChannel
-
isIntro
public boolean isIntro() -
setId
-
setCreated
-
setTimestamp
-
setUser
-
setComment
-
setChannel
-
setIntro
public void setIntro(boolean intro) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-