public static enum AssetIngestor.ReportColumns extends Enum<AssetIngestor.ReportColumns>
| Enum Constant and Description |
|---|
action |
bytes |
count |
description |
item |
| Modifier and Type | Method and Description |
|---|---|
static AssetIngestor.ReportColumns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetIngestor.ReportColumns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetIngestor.ReportColumns item
public static final AssetIngestor.ReportColumns action
public static final AssetIngestor.ReportColumns description
public static final AssetIngestor.ReportColumns count
public static final AssetIngestor.ReportColumns bytes
public static AssetIngestor.ReportColumns[] values()
for (AssetIngestor.ReportColumns c : AssetIngestor.ReportColumns.values()) System.out.println(c);
public static AssetIngestor.ReportColumns 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 © 2013–2020 Adobe. All rights reserved.