LargeFileSharesState Class

public final class LargeFileSharesState
extends ExpandableStringEnum<LargeFileSharesState>

Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.

Field Summary

Modifier and Type Field and Description
static final LargeFileSharesState DISABLED

Static value Disabled for LargeFileSharesState.

static final LargeFileSharesState ENABLED

Static value Enabled for LargeFileSharesState.

Constructor Summary

Constructor Description
LargeFileSharesState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LargeFileSharesState value.

Method Summary

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

Creates or finds a LargeFileSharesState from its string representation.

static Collection<LargeFileSharesState> values()

Gets known LargeFileSharesState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final LargeFileSharesState DISABLED

Static value Disabled for LargeFileSharesState.

ENABLED

public static final LargeFileSharesState ENABLED

Static value Enabled for LargeFileSharesState.

Constructor Details

LargeFileSharesState

@Deprecated
public LargeFileSharesState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LargeFileSharesState value.

Method Details

fromString

public static LargeFileSharesState fromString(String name)

Creates or finds a LargeFileSharesState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LargeFileSharesState.

values

public static Collection values()

Gets known LargeFileSharesState values.

Returns:

known LargeFileSharesState values.

Applies to