@ExperimentalSpi public abstract class BaseApiEnum extends Object implements ApiEnum
Modifier | Constructor and Description |
---|---|
protected |
BaseApiEnum(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getValue() |
int |
hashCode() |
boolean |
in(BaseApiEnum... types) |
String |
serialise() |
String |
toString() |
protected final String value
protected BaseApiEnum(String value)
public String getValue()
public String serialise()
public boolean in(BaseApiEnum... types)
Copyright © 2003–2019 Atlassian. All rights reserved.