public class AppsPermissionsRequestRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AppsPermissionsRequestRequest.AppsPermissionsRequestRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AppsPermissionsRequestRequest.AppsPermissionsRequestRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getScopes()
A comma separated list of scopes to request for
|
String |
getToken()
Authentication token.
|
String |
getTriggerId()
Token used to trigger the permissions API
|
int |
hashCode() |
void |
setScopes(List<String> scopes)
A comma separated list of scopes to request for
|
void |
setToken(String token)
Authentication token.
|
void |
setTriggerId(String triggerId)
Token used to trigger the permissions API
|
String |
toString() |
public static AppsPermissionsRequestRequest.AppsPermissionsRequestRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getTriggerId()
public void setToken(String token)
public void setTriggerId(String triggerId)
public void setScopes(List<String> scopes)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.