SmbNonBrowsable Class

public final class SmbNonBrowsable
extends ExpandableStringEnum<SmbNonBrowsable>

smbNonBrowsable Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume.

Field Summary

Modifier and Type Field and Description
static final SmbNonBrowsable DISABLED

Static value Disabled for SmbNonBrowsable.

static final SmbNonBrowsable ENABLED

Static value Enabled for SmbNonBrowsable.

Constructor Summary

Constructor Description
SmbNonBrowsable()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SmbNonBrowsable value.

Method Summary

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

Creates or finds a SmbNonBrowsable from its string representation.

static Collection<SmbNonBrowsable> values()

Gets known SmbNonBrowsable values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final SmbNonBrowsable DISABLED

Static value Disabled for SmbNonBrowsable.

ENABLED

public static final SmbNonBrowsable ENABLED

Static value Enabled for SmbNonBrowsable.

Constructor Details

SmbNonBrowsable

@Deprecated
public SmbNonBrowsable()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SmbNonBrowsable value.

Method Details

fromString

public static SmbNonBrowsable fromString(String name)

Creates or finds a SmbNonBrowsable from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SmbNonBrowsable.

values

public static Collection values()

Gets known SmbNonBrowsable values.

Returns:

known SmbNonBrowsable values.

Applies to