PendingUploadType Class

public final class PendingUploadType
extends ExpandableStringEnum<PendingUploadType>

Type of storage to use for the pending upload location.

Field Summary

Modifier and Type Field and Description
static final PendingUploadType NONE

Static value None for PendingUploadType.

static final PendingUploadType TEMPORARY_BLOB_REFERENCE

Static value TemporaryBlobReference for PendingUploadType.

Constructor Summary

Constructor Description
PendingUploadType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PendingUploadType value.

Method Summary

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

Creates or finds a PendingUploadType from its string representation.

static Collection<PendingUploadType> values()

Gets known PendingUploadType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final PendingUploadType NONE

Static value None for PendingUploadType.

TEMPORARY_BLOB_REFERENCE

public static final PendingUploadType TEMPORARY_BLOB_REFERENCE

Static value TemporaryBlobReference for PendingUploadType.

Constructor Details

PendingUploadType

@Deprecated
public PendingUploadType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PendingUploadType value.

Method Details

fromString

public static PendingUploadType fromString(String name)

Creates or finds a PendingUploadType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PendingUploadType.

values

public static Collection<PendingUploadType> values()

Gets known PendingUploadType values.

Returns:

known PendingUploadType values.

Applies to