public interface EnumWithKey
enum types that have a unique string key for each possible value.| Modifier and Type | Interface and Description |
|---|---|
static class |
EnumWithKey.Parser<A extends EnumWithKey>
Helper class that can get allowable values or match a key string for any
EnumWithKey type. |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The string key that represents this value in the Marketplace API.
|
String getKey()
Copyright © 2019 Atlassian. All rights reserved.