ConnectionMonitorEndpointFilterItemType Class

public final class ConnectionMonitorEndpointFilterItemType
extends ExpandableStringEnum<ConnectionMonitorEndpointFilterItemType>

The type of item included in the filter. Currently only 'AgentAddress' is supported.

Field Summary

Modifier and Type Field and Description
static final ConnectionMonitorEndpointFilterItemType AGENT_ADDRESS

Static value AgentAddress for ConnectionMonitorEndpointFilterItemType.

Constructor Summary

Constructor Description
ConnectionMonitorEndpointFilterItemType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ConnectionMonitorEndpointFilterItemType value.

Method Summary

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

Creates or finds a ConnectionMonitorEndpointFilterItemType from its string representation.

static Collection<ConnectionMonitorEndpointFilterItemType> values()

Gets known ConnectionMonitorEndpointFilterItemType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AGENT_ADDRESS

public static final ConnectionMonitorEndpointFilterItemType AGENT_ADDRESS

Static value AgentAddress for ConnectionMonitorEndpointFilterItemType.

Constructor Details

ConnectionMonitorEndpointFilterItemType

@Deprecated
public ConnectionMonitorEndpointFilterItemType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ConnectionMonitorEndpointFilterItemType value.

Method Details

fromString

public static ConnectionMonitorEndpointFilterItemType fromString(String name)

Creates or finds a ConnectionMonitorEndpointFilterItemType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ConnectionMonitorEndpointFilterItemType.

values

public static Collection values()

Gets known ConnectionMonitorEndpointFilterItemType values.

Returns:

known ConnectionMonitorEndpointFilterItemType values.

Applies to