次の方法で共有


IntegrationRuntimeAutoUpdate Class

public final class IntegrationRuntimeAutoUpdate
extends ExpandableStringEnum<IntegrationRuntimeAutoUpdate>

The state of integration runtime auto update.

Field Summary

Modifier and Type Field and Description
static final IntegrationRuntimeAutoUpdate OFF

Static value Off for IntegrationRuntimeAutoUpdate.

static final IntegrationRuntimeAutoUpdate ON

Static value On for IntegrationRuntimeAutoUpdate.

Constructor Summary

Constructor Description
IntegrationRuntimeAutoUpdate()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeAutoUpdate value.

Method Summary

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

Creates or finds a IntegrationRuntimeAutoUpdate from its string representation.

static Collection<IntegrationRuntimeAutoUpdate> values()

Gets known IntegrationRuntimeAutoUpdate values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

OFF

public static final IntegrationRuntimeAutoUpdate OFF

Static value Off for IntegrationRuntimeAutoUpdate.

ON

public static final IntegrationRuntimeAutoUpdate ON

Static value On for IntegrationRuntimeAutoUpdate.

Constructor Details

IntegrationRuntimeAutoUpdate

@Deprecated
public IntegrationRuntimeAutoUpdate()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeAutoUpdate value.

Method Details

fromString

public static IntegrationRuntimeAutoUpdate fromString(String name)

Creates or finds a IntegrationRuntimeAutoUpdate from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IntegrationRuntimeAutoUpdate.

values

public static Collection<IntegrationRuntimeAutoUpdate> values()

Gets known IntegrationRuntimeAutoUpdate values.

Returns:

known IntegrationRuntimeAutoUpdate values.

Applies to