public class AuthRevokeRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthRevokeRequest.AuthRevokeRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AuthRevokeRequest.AuthRevokeRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token.
|
int |
hashCode() |
boolean |
isTest()
Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.
|
void |
setTest(boolean test)
Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static AuthRevokeRequest.AuthRevokeRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic boolean isTest()
public void setToken(String token)
public void setTest(boolean test)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.