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 ImmutableWebhookConfigImmutableWebhookConfig.Builder. build()Builds a newImmutableWebhookConfig.static ImmutableWebhookConfigImmutableWebhookConfig. copyOf(WebhookConfig instance)Creates an immutable copy of aWebhookConfigvalue.ImmutableWebhookConfigImmutableWebhookConfig. withContentType(String value)Copy the current immutable object by setting a value for thecontentTypeattribute.ImmutableWebhookConfigImmutableWebhookConfig. withUrl(URI value)Copy the current immutable object by setting a value for theurlattribute.
-