Class FilesCommentsAddRequest
- java.lang.Object
-
- com.slack.api.methods.request.files.comments.FilesCommentsAddRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class FilesCommentsAddRequest 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 classFilesCommentsAddRequest.FilesCommentsAddRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FilesCommentsAddRequest.FilesCommentsAddRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetComment()Deprecated.Text of the comment to add.StringgetFile()Deprecated.File to add a comment to.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetComment(String comment)Deprecated.Text of the comment to add.voidsetFile(String file)Deprecated.File to add a comment to.voidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static FilesCommentsAddRequest.FilesCommentsAddRequestBuilder 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 to add a comment to.
-
getComment
public String getComment()
Deprecated.Text of the comment to add.
-
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 to add a comment to.
-
setComment
public void setComment(String comment)
Deprecated.Text of the comment to add.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-