IntegrationRuntimeType Class

public final class IntegrationRuntimeType
extends ExpandableStringEnum<IntegrationRuntimeType>

The type of integration runtime.

Field Summary

Modifier and Type Field and Description
static final IntegrationRuntimeType MANAGED

Static value Managed for IntegrationRuntimeType.

static final IntegrationRuntimeType SELF_HOSTED

Static value SelfHosted for IntegrationRuntimeType.

Constructor Summary

Constructor Description
IntegrationRuntimeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeType value.

Method Summary

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

Creates or finds a IntegrationRuntimeType from its string representation.

static Collection<IntegrationRuntimeType> values()

Gets known IntegrationRuntimeType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MANAGED

public static final IntegrationRuntimeType MANAGED

Static value Managed for IntegrationRuntimeType.

SELF_HOSTED

public static final IntegrationRuntimeType SELF_HOSTED

Static value SelfHosted for IntegrationRuntimeType.

Constructor Details

IntegrationRuntimeType

@Deprecated
public IntegrationRuntimeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeType value.

Method Details

fromString

public static IntegrationRuntimeType fromString(String name)

Creates or finds a IntegrationRuntimeType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IntegrationRuntimeType.

values

public static Collection<IntegrationRuntimeType> values()

Gets known IntegrationRuntimeType values.

Returns:

known IntegrationRuntimeType values.

Applies to