public enum InternalApplicationAttributes extends Enum<InternalApplicationAttributes>
| Enum Constant and Description |
|---|
ACCESS_DENIED
Key of attribute indicating whether access to application is denied by REST API
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static InternalApplicationAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalApplicationAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalApplicationAttributes ACCESS_DENIED
public static InternalApplicationAttributes[] values()
for (InternalApplicationAttributes c : InternalApplicationAttributes.values()) System.out.println(c);
public static InternalApplicationAttributes 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 getAttribute()
Copyright © 2024 Atlassian. All rights reserved.