Class SlackChannelData.Connection.SlackIncomingWebhookConnection
-
- All Implemented Interfaces:
public final class SlackChannelData.Connection.SlackIncomingWebhookConnectionA Slack connection incoming webhook.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSlackChannelData.Connection.SlackIncomingWebhookConnection.BuilderA builder for SlackIncomingWebhookConnection.
-
Method Summary
Modifier and Type Method Description final Stringurl()The URL of the incoming webhook for a Slack connection. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final SlackChannelData.Connection.SlackIncomingWebhookConnection.BuildertoBuilder()final SlackChannelData.Connection.SlackIncomingWebhookConnectionvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SlackChannelData.Connection.SlackIncomingWebhookConnection.Builderbuilder()Returns a mutable builder for constructing an instance of SlackIncomingWebhookConnection. -
-
Method Detail
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SlackChannelData.Connection.SlackIncomingWebhookConnection.Builder toBuilder()
-
validate
final SlackChannelData.Connection.SlackIncomingWebhookConnection validate()
-
builder
final static SlackChannelData.Connection.SlackIncomingWebhookConnection.Builder builder()
Returns a mutable builder for constructing an instance of SlackIncomingWebhookConnection.
The following fields are required:
.url()
-
-
-
-