IntegrationRuntimeEntityReferenceType Class

public final class IntegrationRuntimeEntityReferenceType
extends ExpandableStringEnum<IntegrationRuntimeEntityReferenceType>

The type of this referenced entity.

Field Summary

Modifier and Type Field and Description
static final IntegrationRuntimeEntityReferenceType INTEGRATION_RUNTIME_REFERENCE

Static value IntegrationRuntimeReference for IntegrationRuntimeEntityReferenceType.

static final IntegrationRuntimeEntityReferenceType LINKED_SERVICE_REFERENCE

Static value LinkedServiceReference for IntegrationRuntimeEntityReferenceType.

Constructor Summary

Constructor Description
IntegrationRuntimeEntityReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeEntityReferenceType value.

Method Summary

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

Creates or finds a IntegrationRuntimeEntityReferenceType from its string representation.

static Collection<IntegrationRuntimeEntityReferenceType> values()

Gets known IntegrationRuntimeEntityReferenceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INTEGRATION_RUNTIME_REFERENCE

public static final IntegrationRuntimeEntityReferenceType INTEGRATION_RUNTIME_REFERENCE

Static value IntegrationRuntimeReference for IntegrationRuntimeEntityReferenceType.

LINKED_SERVICE_REFERENCE

public static final IntegrationRuntimeEntityReferenceType LINKED_SERVICE_REFERENCE

Static value LinkedServiceReference for IntegrationRuntimeEntityReferenceType.

Constructor Details

IntegrationRuntimeEntityReferenceType

@Deprecated
public IntegrationRuntimeEntityReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeEntityReferenceType value.

Method Details

fromString

public static IntegrationRuntimeEntityReferenceType fromString(String name)

Creates or finds a IntegrationRuntimeEntityReferenceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IntegrationRuntimeEntityReferenceType.

values

public static Collection values()

Gets known IntegrationRuntimeEntityReferenceType values.

Returns:

known IntegrationRuntimeEntityReferenceType values.

Applies to