| Package | Description |
|---|---|
| com.hubspot.slack.client.models.auth |
| Modifier and Type | Method and Description |
|---|---|
BotCredentials |
BotCredentials.Builder.build()
Builds a new
BotCredentials. |
static BotCredentials |
BotCredentials.copyOf(BotCredentialsIF instance)
Creates an immutable copy of a
BotCredentialsIF value. |
BotCredentials |
BotCredentials.withBotAccessToken(String botAccessToken)
Copy the current immutable object by setting a value for the
botAccessToken attribute. |
BotCredentials |
BotCredentials.withBotUserId(String botUserId)
Copy the current immutable object by setting a value for the
botUserId attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<BotCredentials> |
OAuthCredentials.getBot() |
Optional<BotCredentials> |
OAuthCredentialsIF.getBot() |
| Modifier and Type | Method and Description |
|---|---|
OAuthCredentials.Builder |
OAuthCredentials.Builder.setBot(BotCredentials bot)
Initializes the optional value
bot to bot. |
OAuthCredentials |
OAuthCredentials.withBot(BotCredentials value)
Copy the current immutable object by setting a present value for the optional
bot attribute. |
| Modifier and Type | Method and Description |
|---|---|
OAuthCredentials.Builder |
OAuthCredentials.Builder.setBot(Optional<BotCredentials> bot)
Initializes the optional value
bot to bot. |
OAuthCredentials |
OAuthCredentials.withBot(Optional<BotCredentials> optional)
Copy the current immutable object by setting an optional value for the
bot attribute. |
Copyright © 2019. All rights reserved.