public class AppsPermissionsUsersRequestRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AppsPermissionsUsersRequestRequest.AppsPermissionsUsersRequestRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AppsPermissionsUsersRequestRequest.AppsPermissionsUsersRequestRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getScopes()
A comma separated list of user scopes to request for
|
String |
getToken() |
String |
getTriggerId()
Token used to trigger the request
|
String |
getUser()
The user this scope is being requested for
|
int |
hashCode() |
void |
setScopes(List<String> scopes)
A comma separated list of user scopes to request for
|
void |
setToken(String token) |
void |
setTriggerId(String triggerId)
Token used to trigger the request
|
void |
setUser(String user)
The user this scope is being requested for
|
String |
toString() |
public static AppsPermissionsUsersRequestRequest.AppsPermissionsUsersRequestRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getTriggerId()
public String getUser()
public void setToken(String token)
public void setScopes(List<String> scopes)
public void setTriggerId(String triggerId)
public void setUser(String user)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.