public static enum BlobManager.UsageHint extends Enum<BlobManager.UsageHint>
URI
s appropriate for the expected usage.Enum Constant and Description |
---|
DOWNLOAD
Downloading.
|
EDIT
Editing.
|
EMBED
Embedding / previewing.
|
STREAM
Obtaining an
InputStream . |
VIEW
Viewing.
|
Modifier and Type | Method and Description |
---|---|
static BlobManager.UsageHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobManager.UsageHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlobManager.UsageHint STREAM
InputStream
.public static final BlobManager.UsageHint DOWNLOAD
public static final BlobManager.UsageHint VIEW
public static final BlobManager.UsageHint EDIT
public static final BlobManager.UsageHint EMBED
public static BlobManager.UsageHint[] values()
for (BlobManager.UsageHint c : BlobManager.UsageHint.values()) System.out.println(c);
public static BlobManager.UsageHint valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Nuxeo. All rights reserved.