| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events.app |
| Modifier and Type | Method and Description |
|---|---|
TokensRevoked |
TokensRevoked.Builder.build()
Builds a new
TokensRevoked. |
static TokensRevoked |
TokensRevoked.copyOf(TokensRevokedIF instance)
Creates an immutable copy of a
TokensRevokedIF value. |
TokensRevoked |
SlackTokensRevokedEvent.getTokens() |
TokensRevoked |
SlackTokensRevokedEventIF.getTokens() |
TokensRevoked |
TokensRevoked.withBot(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
bot. |
TokensRevoked |
TokensRevoked.withBot(String... elements)
Copy the current immutable object with elements that replace the content of
bot. |
TokensRevoked |
TokensRevoked.withOauth(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
oauth. |
TokensRevoked |
TokensRevoked.withOauth(String... elements)
Copy the current immutable object with elements that replace the content of
oauth. |
| Modifier and Type | Method and Description |
|---|---|
SlackTokensRevokedEvent.Builder |
SlackTokensRevokedEvent.Builder.setTokens(TokensRevoked tokens)
Initializes the value for the
tokens attribute. |
SlackTokensRevokedEvent |
SlackTokensRevokedEvent.withTokens(TokensRevoked tokens)
Copy the current immutable object by setting a value for the
tokens attribute. |
Copyright © 2020. All rights reserved.