| Package | Description |
|---|---|
| com.hubspot.slack.client.models.auth |
| Modifier and Type | Method and Description |
|---|---|
OAuthCredentials |
OAuthCredentials.Builder.build()
Builds a new
OAuthCredentials. |
static OAuthCredentials |
OAuthCredentials.copyOf(OAuthCredentialsIF instance)
Creates an immutable copy of a
OAuthCredentialsIF value. |
OAuthCredentials |
OAuthCredentials.withAccessToken(String accessToken)
Copy the current immutable object by setting a value for the
accessToken attribute. |
OAuthCredentials |
OAuthCredentials.withBot(BotCredentials value)
Copy the current immutable object by setting a present value for the optional
bot attribute. |
OAuthCredentials |
OAuthCredentials.withBot(Optional<BotCredentials> optional)
Copy the current immutable object by setting an optional value for the
bot attribute. |
OAuthCredentials |
OAuthCredentials.withIncomingWebhook(IncomingWebhook value)
Copy the current immutable object by setting a present value for the optional
incomingWebhook attribute. |
OAuthCredentials |
OAuthCredentials.withIncomingWebhook(Optional<IncomingWebhook> optional)
Copy the current immutable object by setting an optional value for the
incomingWebhook attribute. |
OAuthCredentials |
OAuthCredentials.withScope(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
scope attribute. |
OAuthCredentials |
OAuthCredentials.withScope(String value)
Copy the current immutable object by setting a present value for the optional
scope attribute. |
OAuthCredentials |
OAuthCredentials.withTeamId(String teamId)
Copy the current immutable object by setting a value for the
teamId attribute. |
OAuthCredentials |
OAuthCredentials.withTeamName(String teamName)
Copy the current immutable object by setting a value for the
teamName attribute. |
OAuthCredentials |
OAuthCredentials.withUserId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
userId attribute. |
OAuthCredentials |
OAuthCredentials.withUserId(String value)
Copy the current immutable object by setting a present value for the optional
userId attribute. |
Copyright © 2019. All rights reserved.