Uses of Interface
com.spotify.github.v3.hooks.WebhookConfig
-
Packages that use WebhookConfig Package Description com.spotify.github.v3.hooks com.spotify.github.v3.hooks.requests -
-
Uses of WebhookConfig in com.spotify.github.v3.hooks
Classes in com.spotify.github.v3.hooks that implement WebhookConfig Modifier and Type Class Description classImmutableWebhookConfigImmutable implementation ofWebhookConfig.Methods in com.spotify.github.v3.hooks that return WebhookConfig Modifier and Type Method Description WebhookConfigImmutableWebhook. config()These settings vary between hooks and some are defined in the github-services repository.WebhookConfigWebhook. config()These settings vary between hooks and some are defined in the github-services repository.Methods in com.spotify.github.v3.hooks with parameters of type WebhookConfig Modifier and Type Method Description ImmutableWebhook.BuilderImmutableWebhook.Builder. config(WebhookConfig config)Initializes the value for theconfigattribute.static ImmutableWebhookConfigImmutableWebhookConfig. copyOf(WebhookConfig instance)Creates an immutable copy of aWebhookConfigvalue.ImmutableWebhookConfig.BuilderImmutableWebhookConfig.Builder. from(WebhookConfig instance)Fill a builder with attribute values from the providedWebhookConfiginstance.ImmutableWebhookImmutableWebhook. withConfig(WebhookConfig value)Copy the current immutable object by setting a value for theconfigattribute. -
Uses of WebhookConfig in com.spotify.github.v3.hooks.requests
Methods in com.spotify.github.v3.hooks.requests that return WebhookConfig Modifier and Type Method Description WebhookConfigImmutableWebhookCreate. config()Webhook config.WebhookConfigWebhookCreate. config()Webhook config.Methods in com.spotify.github.v3.hooks.requests with parameters of type WebhookConfig Modifier and Type Method Description ImmutableWebhookCreate.BuilderImmutableWebhookCreate.Builder. config(WebhookConfig config)Initializes the value for theconfigattribute.ImmutableWebhookCreateImmutableWebhookCreate. withConfig(WebhookConfig value)Copy the current immutable object by setting a value for theconfigattribute.
-