| Package | Description |
|---|---|
| com.hubspot.slack.client.models.auth |
| Modifier and Type | Method and Description |
|---|---|
static OAuthCredentials.Builder |
OAuthCredentials.builder()
Creates a builder for
OAuthCredentials. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.from(OAuthCredentialsIF instance)
Fill a builder with attribute values from the provided
OAuthCredentialsIF instance. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setAccessToken(String accessToken)
Initializes the value for the
accessToken attribute. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setBot(BotCredentials bot)
Initializes the optional value
bot to bot. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setBot(Optional<BotCredentials> bot)
Initializes the optional value
bot to bot. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setIncomingWebhook(IncomingWebhook incomingWebhook)
Initializes the optional value
incomingWebhook to incomingWebhook. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setIncomingWebhook(Optional<IncomingWebhook> incomingWebhook)
Initializes the optional value
incomingWebhook to incomingWebhook. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setScope(Optional<String> scope)
Initializes the optional value
scope to scope. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setScope(String scope)
Initializes the optional value
scope to scope. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setTeamId(String teamId)
Initializes the value for the
teamId attribute. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setTeamName(String teamName)
Initializes the value for the
teamName attribute. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setUserId(Optional<String> userId)
Initializes the optional value
userId to userId. |
OAuthCredentials.Builder |
OAuthCredentials.Builder.setUserId(String userId)
Initializes the optional value
userId to userId. |
Copyright © 2019. All rights reserved.