RoutingRuleEnabledState Class

public final class RoutingRuleEnabledState
extends ExpandableStringEnum<RoutingRuleEnabledState>

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'.

Field Summary

Modifier and Type Field and Description
static final RoutingRuleEnabledState DISABLED

Static value Disabled for RoutingRuleEnabledState.

static final RoutingRuleEnabledState ENABLED

Static value Enabled for RoutingRuleEnabledState.

Constructor Summary

Constructor Description
RoutingRuleEnabledState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RoutingRuleEnabledState value.

Method Summary

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

Creates or finds a RoutingRuleEnabledState from its string representation.

static Collection<RoutingRuleEnabledState> values()

Gets known RoutingRuleEnabledState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final RoutingRuleEnabledState DISABLED

Static value Disabled for RoutingRuleEnabledState.

ENABLED

public static final RoutingRuleEnabledState ENABLED

Static value Enabled for RoutingRuleEnabledState.

Constructor Details

RoutingRuleEnabledState

@Deprecated
public RoutingRuleEnabledState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RoutingRuleEnabledState value.

Method Details

fromString

public static RoutingRuleEnabledState fromString(String name)

Creates or finds a RoutingRuleEnabledState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RoutingRuleEnabledState.

values

public static Collection values()

Gets known RoutingRuleEnabledState values.

Returns:

known RoutingRuleEnabledState values.

Applies to