次の方法で共有


PrivateEndpointConnectionsParentType Class

public final class PrivateEndpointConnectionsParentType
extends ExpandableStringEnum<PrivateEndpointConnectionsParentType>

Defines values for PrivateEndpointConnectionsParentType.

Field Summary

Modifier and Type Field and Description
static final PrivateEndpointConnectionsParentType DOMAINS

Static value domains for PrivateEndpointConnectionsParentType.

static final PrivateEndpointConnectionsParentType NAMESPACES

Static value namespaces for PrivateEndpointConnectionsParentType.

static final PrivateEndpointConnectionsParentType PARTNER_NAMESPACES

Static value partnerNamespaces for PrivateEndpointConnectionsParentType.

static final PrivateEndpointConnectionsParentType TOPICS

Static value topics for PrivateEndpointConnectionsParentType.

Constructor Summary

Constructor Description
PrivateEndpointConnectionsParentType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PrivateEndpointConnectionsParentType value.

Method Summary

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

Creates or finds a PrivateEndpointConnectionsParentType from its string representation.

static Collection<PrivateEndpointConnectionsParentType> values()

Gets known PrivateEndpointConnectionsParentType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DOMAINS

public static final PrivateEndpointConnectionsParentType DOMAINS

Static value domains for PrivateEndpointConnectionsParentType.

NAMESPACES

public static final PrivateEndpointConnectionsParentType NAMESPACES

Static value namespaces for PrivateEndpointConnectionsParentType.

PARTNER_NAMESPACES

public static final PrivateEndpointConnectionsParentType PARTNER_NAMESPACES

Static value partnerNamespaces for PrivateEndpointConnectionsParentType.

TOPICS

public static final PrivateEndpointConnectionsParentType TOPICS

Static value topics for PrivateEndpointConnectionsParentType.

Constructor Details

PrivateEndpointConnectionsParentType

@Deprecated
public PrivateEndpointConnectionsParentType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PrivateEndpointConnectionsParentType value.

Method Details

fromString

public static PrivateEndpointConnectionsParentType fromString(String name)

Creates or finds a PrivateEndpointConnectionsParentType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PrivateEndpointConnectionsParentType.

values

public static Collection<PrivateEndpointConnectionsParentType> values()

Gets known PrivateEndpointConnectionsParentType values.

Returns:

known PrivateEndpointConnectionsParentType values.

Applies to