public enum VendorExternalLinkType extends Enum<VendorExternalLinkType>
| Enum Constant and Description |
|---|
HOME_PAGE
A link to the vendor's home page.
|
SLA
A link to a Service Level Agreement.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The property name that corresponds to this link type within the
vendorLinks or
property of the vendor's JSON representation. |
static VendorExternalLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VendorExternalLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VendorExternalLinkType HOME_PAGE
public static final VendorExternalLinkType SLA
public static VendorExternalLinkType[] values()
for (VendorExternalLinkType c : VendorExternalLinkType.values()) System.out.println(c);
public static VendorExternalLinkType 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()
vendorLinks or
property of the vendor's JSON representation.Copyright © 2016 Atlassian. All rights reserved.