public class AppsUninstallRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AppsUninstallRequest.AppsUninstallRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AppsUninstallRequest.AppsUninstallRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getClientId()
Issued when you created your application.
|
String |
getClientSecret()
Issued when you created your application.
|
String |
getToken() |
int |
hashCode() |
void |
setClientId(String clientId)
Issued when you created your application.
|
void |
setClientSecret(String clientSecret)
Issued when you created your application.
|
void |
setToken(String token) |
String |
toString() |
public static AppsUninstallRequest.AppsUninstallRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getClientId()
public String getClientSecret()
public void setToken(String token)
public void setClientId(String clientId)
public void setClientSecret(String clientSecret)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.