Class FilesCommentsDeleteRequest
java.lang.Object
com.slack.api.methods.request.files.comments.FilesCommentsDeleteRequest
- All Implemented Interfaces:
SlackApiRequest
public class FilesCommentsDeleteRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder -
Method Summary
Modifier and Type Method Description static FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetFile()File to delete a comment from.StringgetId()The comment to delete.StringgetToken()Authentication token.inthashCode()voidsetFile(String file)File to delete a comment from.voidsetId(String id)The comment to delete.voidsetToken(String token)Authentication token.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `files:write:user`- Specified by:
getTokenin interfaceSlackApiRequest
-
getFile
File to delete a comment from. -
getId
The comment to delete. -
setToken
Authentication token. Requires scope: `files:write:user` -
setFile
File to delete a comment from. -
setId
The comment to delete. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-