Class FilesCommentsEditRequest
- java.lang.Object
-
- com.slack.api.methods.request.files.comments.FilesCommentsEditRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class FilesCommentsEditRequest extends Object implements SlackApiRequest
Deprecated.No longer supported - https://api.slack.com/changelog/2018-05-file-threads-soon-tread
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilesCommentsEditRequest.FilesCommentsEditRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FilesCommentsEditRequest.FilesCommentsEditRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetComment()Deprecated.Text of the comment to edit.StringgetFile()Deprecated.File containing the comment to edit.StringgetId()Deprecated.The comment to edit.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetComment(String comment)Deprecated.Text of the comment to edit.voidsetFile(String file)Deprecated.File containing the comment to edit.voidsetId(String id)Deprecated.The comment to edit.voidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static FilesCommentsEditRequest.FilesCommentsEditRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `files:write:user`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getFile
public String getFile()
Deprecated.File containing the comment to edit.
-
getId
public String getId()
Deprecated.The comment to edit.
-
getComment
public String getComment()
Deprecated.Text of the comment to edit.
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `files:write:user`- Specified by:
setTokenin interfaceSlackApiRequest
-
setFile
public void setFile(String file)
Deprecated.File containing the comment to edit.
-
setId
public void setId(String id)
Deprecated.The comment to edit.
-
setComment
public void setComment(String comment)
Deprecated.Text of the comment to edit.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-