public enum StockAssetResultColumn extends java.lang.Enum<StockAssetResultColumn>
StockAssetResultColumn
enum defines additional, integration specific properties
of the SyntheticStockAssetResource
that are not part of the original result columns
of a StockFile
of the Stock Java SDK.Enum Constant and Description |
---|
AEM_IMPORT_NAME
Default node name of the imported DAM asset
|
AEM_PREVIEW_URL
URL of an appropriate rendition for preview purposes in AEM
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the string value of the enum.
|
static StockAssetResultColumn |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StockAssetResultColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StockAssetResultColumn AEM_PREVIEW_URL
public static final StockAssetResultColumn AEM_IMPORT_NAME
public static StockAssetResultColumn[] values()
for (StockAssetResultColumn c : StockAssetResultColumn.values()) System.out.println(c);
public static StockAssetResultColumn valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<StockAssetResultColumn>
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"