public enum HarvestedDataKey extends Enum<HarvestedDataKey>
| Enum Constant and Description |
|---|
ACCESSES |
DATA_METHOD_DOWNLOAD |
METHOD_INVOCATIONS |
NEW_CATALOGUE_APPLICATIONS |
NEW_CATALOGUE_DATASETS |
NEW_CATALOGUE_DELIVERABLES |
NEW_CATALOGUE_METHODS |
SOCIAL_LIKES |
SOCIAL_POSTS |
SOCIAL_REPLIES |
USERS |
VISUAL_TOOLS |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static HarvestedDataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HarvestedDataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HarvestedDataKey ACCESSES
public static final HarvestedDataKey USERS
public static final HarvestedDataKey DATA_METHOD_DOWNLOAD
public static final HarvestedDataKey NEW_CATALOGUE_METHODS
public static final HarvestedDataKey NEW_CATALOGUE_DATASETS
public static final HarvestedDataKey NEW_CATALOGUE_DELIVERABLES
public static final HarvestedDataKey NEW_CATALOGUE_APPLICATIONS
public static final HarvestedDataKey SOCIAL_POSTS
public static final HarvestedDataKey SOCIAL_REPLIES
public static final HarvestedDataKey SOCIAL_LIKES
public static final HarvestedDataKey METHOD_INVOCATIONS
public static final HarvestedDataKey VISUAL_TOOLS
public static HarvestedDataKey[] values()
for (HarvestedDataKey c : HarvestedDataKey.values()) System.out.println(c);
public static HarvestedDataKey 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 getKey()
Copyright © 2019. All Rights Reserved.