public enum HarvestedDataKey extends Enum<HarvestedDataKey>
| 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 WORKSPACE_ACCESSES
public static final HarvestedDataKey MESSAGES_ACCESSES
public static final HarvestedDataKey NOTIFICATIONS_ACCESSES
public static final HarvestedDataKey PROFILE_ACCESSES
public static final HarvestedDataKey JUPYTER_ACCESSES
public static final HarvestedDataKey RSTUDIO_ACCESSES
public static final HarvestedDataKey CATALOGUE_ACCESSES
public static final HarvestedDataKey CATALOGUE_DATASET_LIST_ACCESSES
public static final HarvestedDataKey CATALOGUE_DATASET_ACCESSES
public static final HarvestedDataKey CATALOGUE_RESOURCE_ACCESSES
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 © 2021. All Rights Reserved.