public enum AsanaObjectType extends Enum<AsanaObjectType> implements DescribedValue
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private String |
displayName |
private String |
value |
| Modifier and Type | Method and Description |
|---|---|
static AsanaObjectType |
fromValue(String value) |
String |
getDescription() |
String |
getDisplayName() |
String |
getValue() |
static AsanaObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsanaObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsanaObjectType AV_COLLECT_TASKS
public static final AsanaObjectType AV_COLLECT_TASK_ATTACHMENTS
public static final AsanaObjectType AV_COLLECT_PROJECTS
public static final AsanaObjectType AV_COLLECT_TAGS
public static final AsanaObjectType AV_COLLECT_USERS
public static final AsanaObjectType AV_COLLECT_PROJECT_MEMBERS
public static final AsanaObjectType AV_COLLECT_TEAMS
public static final AsanaObjectType AV_COLLECT_TEAM_MEMBERS
public static final AsanaObjectType AV_COLLECT_STORIES
public static final AsanaObjectType AV_COLLECT_PROJECT_STATUS_UPDATES
public static final AsanaObjectType AV_COLLECT_PROJECT_STATUS_ATTACHMENTS
public static final AsanaObjectType AV_COLLECT_PROJECT_EVENTS
private final String value
private final String displayName
private final String description
public static AsanaObjectType[] values()
for (AsanaObjectType c : AsanaObjectType.values()) System.out.println(c);
public static AsanaObjectType 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 getValue()
getValue in interface DescribedValuepublic String getDisplayName()
getDisplayName in interface DescribedValuepublic String getDescription()
getDescription in interface DescribedValuepublic static AsanaObjectType fromValue(String value)
Copyright © 2024 Apache NiFi Project. All rights reserved.