public enum InsightFieldRoleType extends Enum<InsightFieldRoleType>
| Enum Constant and Description |
|---|
BAMBOO |
BITBUCKET |
CONFLUENCE |
ENABLE_ONE_DISABLE_OTHERS |
ENABLER |
NONE |
PASSWORD |
TOGGLER |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static InsightFieldRoleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsightFieldRoleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsightFieldRoleType ENABLER
public static final InsightFieldRoleType TOGGLER
public static final InsightFieldRoleType PASSWORD
public static final InsightFieldRoleType BITBUCKET
public static final InsightFieldRoleType BAMBOO
public static final InsightFieldRoleType CONFLUENCE
public static final InsightFieldRoleType NONE
public static final InsightFieldRoleType ENABLE_ONE_DISABLE_OTHERS
public static InsightFieldRoleType[] values()
for (InsightFieldRoleType c : InsightFieldRoleType.values()) System.out.println(c);
public static InsightFieldRoleType 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 getName()
Copyright © 2024 Atlassian. All rights reserved.