Class FilesCommentsEditRequest
java.lang.Object
com.slack.api.methods.request.files.comments.FilesCommentsEditRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
No longer supported - https://api.slack.com/changelog/2018-05-file-threads-soon-tread
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Text of the comment to edit.getFile()Deprecated.File containing the comment to edit.getId()Deprecated.The comment to edit.getToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetComment(String comment) Deprecated.Text of the comment to edit.voidDeprecated.File containing the comment to edit.voidDeprecated.The comment to edit.voidDeprecated.Authentication token.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `files:write:user`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getFile
Deprecated.File containing the comment to edit. -
getId
Deprecated.The comment to edit. -
getComment
Deprecated.Text of the comment to edit. -
setToken
Deprecated.Authentication token. Requires scope: `files:write:user`- Specified by:
setTokenin interfaceSlackApiRequest
-
setFile
Deprecated.File containing the comment to edit. -
setId
Deprecated.The comment to edit. -
setComment
Deprecated.Text of the comment to edit. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-