Class AppsPermissionsRequestRequest
java.lang.Object
com.slack.api.methods.request.apps.permissions.AppsPermissionsRequestRequest
- All Implemented Interfaces:
SlackApiRequest
public class AppsPermissionsRequestRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppsPermissionsRequestRequest.AppsPermissionsRequestRequestBuilder -
Method Summary
Modifier and Type Method Description static AppsPermissionsRequestRequest.AppsPermissionsRequestRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getScopes()A comma separated list of scopes to request forStringgetToken()Authentication token.StringgetTriggerId()Token used to trigger the permissions APIinthashCode()voidsetScopes(List<String> scopes)A comma separated list of scopes to request forvoidsetToken(String token)Authentication token.voidsetTriggerId(String triggerId)Token used to trigger the permissions APIStringtoString()
-
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
-