WebhookConfig

public final class WebhookConfig

Message for configuring webhook events for a request.

Types

Link copied to clipboard
public final class Builder

A builder for WebhookConfig.

Link copied to clipboard
public final class UserMetadata

Optional. The user metadata that will be returned on each event emission to the webhooks.

Functions

Link copied to clipboard
public final Map<String, JsonValue> _additionalProperties()
Link copied to clipboard
public final JsonField<List<String>> _uris()

Returns the raw JSON value of uris.

Link copied to clipboard

Returns the raw JSON value of userMetadata.

Link copied to clipboard

Returns a mutable builder for constructing an instance of WebhookConfig.

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public final Boolean isValid()
Link copied to clipboard
Link copied to clipboard
public String toString()
Link copied to clipboard
public final Optional<List<String>> uris()

Optional. If set, these webhook URIs will be used for webhook events instead of the registered webhooks.

Link copied to clipboard

Optional. The user metadata that will be returned on each event emission to the webhooks.

Link copied to clipboard