ExportData Class

public final class ExportData
extends ExpandableStringEnum<ExportData>

Defines values for ExportData.

Field Summary

Modifier and Type Field and Description
static final ExportData RAW_EVENTS

Static value RawEvents for ExportData.

Constructor Summary

Constructor Description
ExportData()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExportData value.

Method Summary

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

Creates or finds a ExportData from its string representation.

static Collection<ExportData> values()

Gets known ExportData values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

RAW_EVENTS

public static final ExportData RAW_EVENTS

Static value RawEvents for ExportData.

Constructor Details

ExportData

@Deprecated
public ExportData()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExportData value.

Method Details

fromString

public static ExportData fromString(String name)

Creates or finds a ExportData from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExportData.

values

public static Collection values()

Gets known ExportData values.

Returns:

known ExportData values.

Applies to