Class FilesCommentsAddRequest
java.lang.Object
com.slack.api.methods.request.files.comments.FilesCommentsAddRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
No longer supported - https://docs.slack.dev/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 add.getFile()Deprecated.File to add a comment to.getToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetComment(String comment) Deprecated.Text of the comment to add.voidDeprecated.File to add a comment to.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 to add a comment to. -
getComment
Deprecated.Text of the comment to add. -
setToken
Deprecated.Authentication token. Requires scope: `files:write:user`- Specified by:
setTokenin interfaceSlackApiRequest
-
setFile
Deprecated.File to add a comment to. -
setComment
Deprecated.Text of the comment to add. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-