Class AuthRevokeRequest
java.lang.Object
com.slack.api.methods.request.auth.AuthRevokeRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/auth.revoke
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetToken()Authentication token.inthashCode()booleanisTest()Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.voidsetTest(boolean test) Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `none`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
isTest
public boolean isTest()Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked. -
setToken
Authentication token. Requires scope: `none`- Specified by:
setTokenin interfaceSlackApiRequest
-
setTest
public void setTest(boolean test) Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-