Class FilesCommentsAddRequest
java.lang.Object
com.slack.api.methods.request.files.comments.FilesCommentsAddRequest
- All Implemented Interfaces:
SlackApiRequest
public class FilesCommentsAddRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilesCommentsAddRequest.FilesCommentsAddRequestBuilder -
Method Summary
Modifier and Type Method Description static FilesCommentsAddRequest.FilesCommentsAddRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetComment()Text of the comment to add.StringgetFile()File to add a comment to.StringgetToken()Authentication token.inthashCode()voidsetComment(String comment)Text of the comment to add.voidsetFile(String file)File to add a comment to.voidsetToken(String token)Authentication token.StringtoString()
-
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
-