Class FilesCommentsEditRequest
java.lang.Object
com.slack.api.methods.request.files.comments.FilesCommentsEditRequest
- All Implemented Interfaces:
SlackApiRequest
public class FilesCommentsEditRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilesCommentsEditRequest.FilesCommentsEditRequestBuilder -
Method Summary
Modifier and Type Method Description static FilesCommentsEditRequest.FilesCommentsEditRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetComment()Text of the comment to edit.StringgetFile()File containing the comment to edit.StringgetId()The comment to edit.StringgetToken()Authentication token.inthashCode()voidsetComment(String comment)Text of the comment to edit.voidsetFile(String file)File containing the comment to edit.voidsetId(String id)The comment to edit.voidsetToken(String token)Authentication token.StringtoString()
-
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
-