Class AppsPermissionsRequestRequest
java.lang.Object
com.slack.api.methods.request.apps.permissions.AppsPermissionsRequestRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
On August 24, 2021, legacy workspace apps were retired. Workspace apps were part of a brief developer preview we elected to not fully release. Since October 2018, existing workspace apps have remained functional but on August 24, 2021 workspace apps will be retired and no longer function.
- https://docs.slack.dev/changelog/2021-01-workspace-apps-retiring-the-platform-graveyard-in-aug-2021
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.A comma separated list of scopes to request forgetToken()Deprecated.Authentication token.Deprecated.Token used to trigger the permissions APIinthashCode()Deprecated.voidDeprecated.A comma separated list of scopes to request forvoidDeprecated.Authentication token.voidsetTriggerId(String triggerId) Deprecated.Token used to trigger the permissions APItoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `none`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getTriggerId
Deprecated.Token used to trigger the permissions API -
getScopes
Deprecated.A comma separated list of scopes to request for -
setToken
Deprecated.Authentication token. Requires scope: `none`- Specified by:
setTokenin interfaceSlackApiRequest
-
setTriggerId
Deprecated.Token used to trigger the permissions API -
setScopes
Deprecated.A comma separated list of scopes to request for -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-