Delen via


RecordingState Class

public final class RecordingState
extends ExpandableStringEnum<RecordingState>

Defines values for RecordingStateInternal.

Field Summary

Modifier and Type Field and Description
static final RecordingState ACTIVE

Static value active for RecordingStateInternal.

static final RecordingState INACTIVE

Static value inactive for RecordingStateInternal.

Constructor Summary

Constructor Description
RecordingState()

Deprecated

Please use fromString(String name) to create an instance of RecordingState.

Creates an instance of RecordingState with no string value.

Method Summary

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

Creates or finds a RecordingStateInternal from its string representation.

static Collection<RecordingState> values()

Get the collection of RecordingStateInternal values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE

public static final RecordingState ACTIVE

Static value active for RecordingStateInternal.

INACTIVE

public static final RecordingState INACTIVE

Static value inactive for RecordingStateInternal.

Constructor Details

RecordingState

@Deprecated
public RecordingState()

Deprecated

Please use fromString(String name) to create an instance of RecordingState.

Creates an instance of RecordingState with no string value.

Method Details

fromString

public static RecordingState fromString(String name)

Creates or finds a RecordingStateInternal from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RecordingStateInternal.

values

public static Collection<RecordingState> values()

Get the collection of RecordingStateInternal values.

Returns:

known RecordingStateInternal values.

Applies to