| Package | Description |
|---|---|
| com.hubspot.slack.client.models.auth |
| Modifier and Type | Method and Description |
|---|---|
IncomingWebhook |
IncomingWebhook.Builder.build()
Builds a new
IncomingWebhook. |
static IncomingWebhook |
IncomingWebhook.copyOf(IncomingWebhookIF instance)
Creates an immutable copy of a
IncomingWebhookIF value. |
IncomingWebhook |
IncomingWebhook.withChannel(String channel)
Copy the current immutable object by setting a value for the
channel attribute. |
IncomingWebhook |
IncomingWebhook.withConfigurationUrl(String configurationUrl)
Copy the current immutable object by setting a value for the
configurationUrl attribute. |
IncomingWebhook |
IncomingWebhook.withUrl(String url)
Copy the current immutable object by setting a value for the
url attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<IncomingWebhook> |
OAuthCredentials.getIncomingWebhook() |
Optional<IncomingWebhook> |
OAuthCredentialsIF.getIncomingWebhook() |
| Modifier and Type | Method and Description |
|---|---|
OAuthCredentials.Builder |
OAuthCredentials.Builder.setIncomingWebhook(IncomingWebhook incomingWebhook)
Initializes the optional value
incomingWebhook to incomingWebhook. |
OAuthCredentials |
OAuthCredentials.withIncomingWebhook(IncomingWebhook value)
Copy the current immutable object by setting a present value for the optional
incomingWebhook attribute. |
| Modifier and Type | Method and Description |
|---|---|
OAuthCredentials.Builder |
OAuthCredentials.Builder.setIncomingWebhook(Optional<IncomingWebhook> incomingWebhook)
Initializes the optional value
incomingWebhook to incomingWebhook. |
OAuthCredentials |
OAuthCredentials.withIncomingWebhook(Optional<IncomingWebhook> optional)
Copy the current immutable object by setting an optional value for the
incomingWebhook attribute. |
Copyright © 2019. All rights reserved.