Udostępnij za pośrednictwem


ReadinessState Class

public final class ReadinessState
extends ExpandableStringEnum<ReadinessState>

The readiness state of the corresponding partner topic.

Field Summary

Modifier and Type Field and Description
static final ReadinessState ACTIVATED

Static value Activated for ReadinessState.

static final ReadinessState NEVER_ACTIVATED

Static value NeverActivated for ReadinessState.

Constructor Summary

Constructor Description
ReadinessState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ReadinessState value.

Method Summary

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

Creates or finds a ReadinessState from its string representation.

static Collection<ReadinessState> values()

Gets known ReadinessState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVATED

public static final ReadinessState ACTIVATED

Static value Activated for ReadinessState.

NEVER_ACTIVATED

public static final ReadinessState NEVER_ACTIVATED

Static value NeverActivated for ReadinessState.

Constructor Details

ReadinessState

@Deprecated
public ReadinessState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ReadinessState value.

Method Details

fromString

public static ReadinessState fromString(String name)

Creates or finds a ReadinessState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ReadinessState.

values

public static Collection<ReadinessState> values()

Gets known ReadinessState values.

Returns:

known ReadinessState values.

Applies to