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