@PublicApi public enum ApprovalDecisionType extends Enum<ApprovalDecisionType>
Modifier and Type | Method and Description |
---|---|
static ApprovalDecisionType |
forKey(String key) |
static ApprovalDecisionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalDecisionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApprovalDecisionType APPROVED
public static final ApprovalDecisionType REJECTED
public static ApprovalDecisionType[] values()
for (ApprovalDecisionType c : ApprovalDecisionType.values()) System.out.println(c);
public static ApprovalDecisionType 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 static ApprovalDecisionType forKey(String key)
Copyright © 2021 Atlassian. All rights reserved.