Uses of Class
com.spotify.github.v3.hooks.requests.ImmutableWebhookCreate
-
Packages that use ImmutableWebhookCreate Package Description com.spotify.github.v3.hooks.requests -
-
Uses of ImmutableWebhookCreate in com.spotify.github.v3.hooks.requests
Methods in com.spotify.github.v3.hooks.requests that return ImmutableWebhookCreate Modifier and Type Method Description ImmutableWebhookCreateImmutableWebhookCreate.Builder. build()Builds a newImmutableWebhookCreate.static ImmutableWebhookCreateImmutableWebhookCreate. copyOf(WebhookCreate instance)Creates an immutable copy of aWebhookCreatevalue.ImmutableWebhookCreateImmutableWebhookCreate. withActive(Boolean value)Copy the current immutable object by setting a value for theactiveattribute.ImmutableWebhookCreateImmutableWebhookCreate. withConfig(WebhookConfig value)Copy the current immutable object by setting a value for theconfigattribute.ImmutableWebhookCreateImmutableWebhookCreate. withEvents(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofevents.ImmutableWebhookCreateImmutableWebhookCreate. withEvents(String... elements)Copy the current immutable object with elements that replace the content ofevents.ImmutableWebhookCreateImmutableWebhookCreate. withName(String value)Copy the current immutable object by setting a value for thenameattribute.
-