WebhookKeyEnabled Class

public final class WebhookKeyEnabled
extends ExpandableStringEnum<WebhookKeyEnabled>

whether webhookKey is enabled.

Field Summary

Modifier and Type Field and Description
static final WebhookKeyEnabled FALSE

The webhookKey is not enabled.

static final WebhookKeyEnabled TRUE

The webhookKey is enabled.

Constructor Summary

Constructor Description
WebhookKeyEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of WebhookKeyEnabled value.

Method Summary

Modifier and Type Method and Description
static WebhookKeyEnabled fromString(String name)

Creates or finds a WebhookKeyEnabled from its string representation.

static Collection<WebhookKeyEnabled> values()

Gets known WebhookKeyEnabled values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final WebhookKeyEnabled FALSE

The webhookKey is not enabled.

TRUE

public static final WebhookKeyEnabled TRUE

The webhookKey is enabled.

Constructor Details

WebhookKeyEnabled

@Deprecated
public WebhookKeyEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of WebhookKeyEnabled value.

Method Details

fromString

public static WebhookKeyEnabled fromString(String name)

Creates or finds a WebhookKeyEnabled from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding WebhookKeyEnabled.

values

public static Collection<WebhookKeyEnabled> values()

Gets known WebhookKeyEnabled values.

Returns:

known WebhookKeyEnabled values.

Applies to