Package com.slack.api.model
Class FileComment
java.lang.Object
com.slack.api.model.FileComment
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetId()getUser()inthashCode()booleanisIntro()voidsetChannel(String channel) voidsetComment(String comment) voidsetCreated(Integer created) voidvoidsetIntro(boolean intro) voidsetTimestamp(Integer timestamp) voidtoString()
-
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
-