PublicAccessType Class

public final class PublicAccessType
extends ExpandableStringEnum<PublicAccessType>

Defines values for PublicAccessType.

Field Summary

Modifier and Type Field and Description
static final PublicAccessType BLOB

Static value path for PublicAccessType.

static final PublicAccessType CONTAINER

Static value file system for PublicAccessType.

Constructor Summary

Constructor Description
PublicAccessType()

Method Summary

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

Creates or finds a PublicAccessType from its string representation.

static Collection<PublicAccessType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BLOB

public static final PublicAccessType BLOB

Static value path for PublicAccessType.

CONTAINER

public static final PublicAccessType CONTAINER

Static value file system for PublicAccessType.

Constructor Details

PublicAccessType

public PublicAccessType()

Method Details

fromString

public static PublicAccessType fromString(String name)

Creates or finds a PublicAccessType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PublicAccessType.

values

public static Collection values()

Returns:

known PublicAccessType values.

Applies to