public static enum ItemImportResult.DatahubAdapterEventStatus extends java.lang.Enum<ItemImportResult.DatahubAdapterEventStatus>
| Enum Constant and Description |
|---|
FAILURE
Indicates that no items were imported successfully.
|
PARTIAL_SUCCESS
Indicates that some items were imported successfully and some were rejected.
|
SUCCESS
Indicates that all items were imported successfully.
|
| Modifier and Type | Method and Description |
|---|---|
static ItemImportResult.DatahubAdapterEventStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemImportResult.DatahubAdapterEventStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemImportResult.DatahubAdapterEventStatus SUCCESS
public static final ItemImportResult.DatahubAdapterEventStatus FAILURE
public static final ItemImportResult.DatahubAdapterEventStatus PARTIAL_SUCCESS
public static ItemImportResult.DatahubAdapterEventStatus[] values()
for (ItemImportResult.DatahubAdapterEventStatus c : ItemImportResult.DatahubAdapterEventStatus.values()) System.out.println(c);
public static ItemImportResult.DatahubAdapterEventStatus 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 nullCopyright © 2018 SAP SE. All Rights Reserved.