Uses of Class
com.spotify.github.v3.hooks.ImmutableWebhookConfig
-
Packages that use ImmutableWebhookConfig Package Description com.spotify.github.v3.hooks -
-
Uses of ImmutableWebhookConfig in com.spotify.github.v3.hooks
Methods in com.spotify.github.v3.hooks that return ImmutableWebhookConfig Modifier and Type Method Description ImmutableWebhookConfig
ImmutableWebhookConfig.Builder. build()
Builds a newImmutableWebhookConfig
.static ImmutableWebhookConfig
ImmutableWebhookConfig. copyOf(WebhookConfig instance)
Creates an immutable copy of aWebhookConfig
value.ImmutableWebhookConfig
ImmutableWebhookConfig. withContentType(String value)
Copy the current immutable object by setting a value for thecontentType
attribute.ImmutableWebhookConfig
ImmutableWebhookConfig. withUrl(URI value)
Copy the current immutable object by setting a value for theurl
attribute.
-