Share via


RecordingContent Class

public final class RecordingContent
extends ExpandableStringEnum<RecordingContent>

Defines values for RecordingContent.

Field Summary

Modifier and Type Field and Description
static final RecordingContent AUDIO

Static value audio for RecordingContent.

static final RecordingContent AUDIO_VIDEO

Static value audioVideo for RecordingContent.

Constructor Summary

Constructor Description
RecordingContent()

Deprecated

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

Creates an instance of RecordingContent with no string value.

Method Summary

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

Creates or finds a RecordingContent from its string representation.

static Collection<RecordingContent> values()

Get the collection of RecordingContent values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUDIO

public static final RecordingContent AUDIO

Static value audio for RecordingContent.

AUDIO_VIDEO

public static final RecordingContent AUDIO_VIDEO

Static value audioVideo for RecordingContent.

Constructor Details

RecordingContent

@Deprecated
public RecordingContent()

Deprecated

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

Creates an instance of RecordingContent with no string value.

Method Details

fromString

public static RecordingContent fromString(String name)

Creates or finds a RecordingContent from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RecordingContent.

values

public static Collection<RecordingContent> values()

Get the collection of RecordingContent values.

Returns:

known RecordingContent values.

Applies to