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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `files:write:user`- Specified by:
getTokenin interfaceSlackApiRequest
-
getFile
public String getFile()
File to delete a comment from.
-
getId
public String getId()
The comment to delete.
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `files:write:user`
-
setFile
public void setFile(String file)
File to delete a comment from.
-
setId
public void setId(String id)
The comment to delete.
-
canEqual
protected boolean canEqual(Object other)
-
-