BlobCopySourceTagsMode Class

public final class BlobCopySourceTagsMode
extends ExpandableStringEnum<BlobCopySourceTagsMode>

Defines values for BlobCopySourceTagsMode.

Field Summary

Modifier and Type Field and Description
static final BlobCopySourceTagsMode COPY

Static value COPY for BlobCopySourceTagsMode.

static final BlobCopySourceTagsMode REPLACE

Static value REPLACE for BlobCopySourceTagsMode.

Constructor Summary

Constructor Description
BlobCopySourceTagsMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BlobCopySourceTagsMode value.

Method Summary

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

Creates or finds a BlobCopySourceTagsMode from its string representation.

static Collection<BlobCopySourceTagsMode> values()

Gets known BlobCopySourceTagsMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

COPY

public static final BlobCopySourceTagsMode COPY

Static value COPY for BlobCopySourceTagsMode.

REPLACE

public static final BlobCopySourceTagsMode REPLACE

Static value REPLACE for BlobCopySourceTagsMode.

Constructor Details

BlobCopySourceTagsMode

@Deprecated
public BlobCopySourceTagsMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BlobCopySourceTagsMode value.

Method Details

fromString

public static BlobCopySourceTagsMode fromString(String name)

Creates or finds a BlobCopySourceTagsMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BlobCopySourceTagsMode.

values

public static Collection values()

Gets known BlobCopySourceTagsMode values.

Returns:

known BlobCopySourceTagsMode values.

Applies to