public static enum RestIngestionTool.Operation extends Enum<RestIngestionTool.Operation>
| Enum Constant and Description |
|---|
deleteDataSet
deletes data set
|
ingestDataSet
ingests data set
|
readDataSet
reads data set
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static RestIngestionTool.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestIngestionTool.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestIngestionTool.Operation ingestDataSet
public static final RestIngestionTool.Operation readDataSet
public static final RestIngestionTool.Operation deleteDataSet
public static RestIngestionTool.Operation[] values()
for (RestIngestionTool.Operation c : RestIngestionTool.Operation.values()) System.out.println(c);
public static RestIngestionTool.Operation 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 nullpublic String getDescription()
Copyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.