Class FilesCommentsAddRequest
java.lang.Object
com.slack.api.methods.request.files.comments.FilesCommentsAddRequest
- All Implemented Interfaces:
SlackApiRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanText of the comment to add.getFile()File to add a comment to.getToken()Authentication token.inthashCode()voidsetComment(String comment) Text of the comment to add.voidFile to add a comment to.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `files:write:user`- Specified by:
getTokenin interfaceSlackApiRequest
-
getFile
File to add a comment to. -
getComment
Text of the comment to add. -
setToken
Authentication token. Requires scope: `files:write:user` -
setFile
File to add a comment to. -
setComment
Text of the comment to add. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-