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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static AppsPermissionsRequestRequest.AppsPermissionsRequestRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `none`- Specified by:
getTokenin interfaceSlackApiRequest
-
getTriggerId
public String getTriggerId()
Token used to trigger the permissions API
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `none`
-
setTriggerId
public void setTriggerId(String triggerId)
Token used to trigger the permissions API
-
setScopes
public void setScopes(List<String> scopes)
A comma separated list of scopes to request for
-
canEqual
protected boolean canEqual(Object other)
-
-