public class AdminAppsRestrictRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminAppsRestrictRequest.AdminAppsRestrictRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminAppsRestrictRequest.AdminAppsRestrictRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAppId()
The id of the app to approve.
|
String |
getRequestId()
The id of the request to approve.
|
String |
getTeamId()
Workspace Id
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setAppId(String appId)
The id of the app to approve.
|
void |
setRequestId(String requestId)
The id of the request to approve.
|
void |
setTeamId(String teamId)
Workspace Id
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminAppsRestrictRequest.AdminAppsRestrictRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getAppId()
public String getRequestId()
public String getTeamId()
public void setToken(String token)
public void setAppId(String appId)
public void setRequestId(String requestId)
public void setTeamId(String teamId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.