Class AppsPermissionsRequestRequest
java.lang.Object
com.slack.api.methods.request.apps.permissions.AppsPermissionsRequestRequest
- All Implemented Interfaces:
SlackApiRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanA comma separated list of scopes to request forgetToken()Authentication token.Token used to trigger the permissions APIinthashCode()voidA comma separated list of scopes to request forvoidAuthentication token.voidsetTriggerId(String triggerId) Token used to trigger the permissions APItoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `none`- Specified by:
getTokenin interfaceSlackApiRequest
-
getTriggerId
Token used to trigger the permissions API -
getScopes
A comma separated list of scopes to request for -
setToken
Authentication token. Requires scope: `none` -
setTriggerId
Token used to trigger the permissions API -
setScopes
A comma separated list of scopes to request for -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-