OneLakeArtifactType Class

public final class OneLakeArtifactType
extends ExpandableStringEnum<OneLakeArtifactType>

Enum to determine OneLake artifact type.

Field Summary

Modifier and Type Field and Description
static final OneLakeArtifactType LAKE_HOUSE

Static value LakeHouse for OneLakeArtifactType.

Constructor Summary

Constructor Description
OneLakeArtifactType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OneLakeArtifactType value.

Method Summary

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

Creates or finds a OneLakeArtifactType from its string representation.

static Collection<OneLakeArtifactType> values()

Gets known OneLakeArtifactType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

LAKE_HOUSE

public static final OneLakeArtifactType LAKE_HOUSE

Static value LakeHouse for OneLakeArtifactType.

Constructor Details

OneLakeArtifactType

@Deprecated
public OneLakeArtifactType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OneLakeArtifactType value.

Method Details

fromString

public static OneLakeArtifactType fromString(String name)

Creates or finds a OneLakeArtifactType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OneLakeArtifactType.

values

public static Collection<OneLakeArtifactType> values()

Gets known OneLakeArtifactType values.

Returns:

known OneLakeArtifactType values.

Applies to