Uses of Interface
com.spotify.github.v3.hooks.requests.WebhookCreate
-
Packages that use WebhookCreate Package Description com.spotify.github.v3.clients com.spotify.github.v3.hooks.requests -
-
Uses of WebhookCreate in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type WebhookCreate Modifier and Type Method Description CompletableFuture<Void>RepositoryClient. createWebhook(WebhookCreate request, boolean ignoreExisting)Create a webhook. -
Uses of WebhookCreate in com.spotify.github.v3.hooks.requests
Classes in com.spotify.github.v3.hooks.requests that implement WebhookCreate Modifier and Type Class Description classImmutableWebhookCreateImmutable implementation ofWebhookCreate.Methods in com.spotify.github.v3.hooks.requests with parameters of type WebhookCreate Modifier and Type Method Description static ImmutableWebhookCreateImmutableWebhookCreate. copyOf(WebhookCreate instance)Creates an immutable copy of aWebhookCreatevalue.ImmutableWebhookCreate.BuilderImmutableWebhookCreate.Builder. from(WebhookCreate instance)Fill a builder with attribute values from the providedWebhookCreateinstance.
-