@Immutable public final class AppId extends Object
| Constructor and Description |
|---|
AppId(String id)
Creates a new AppId that wraps the id passed in
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
String |
value()
Returns the value of the identifier as a
String. |
static AppId |
valueOf(String id)
Convert the
String value to a AppId object. |
public AppId(String id)
id - the String id stored internallypublic String value()
String.Stringpublic static AppId valueOf(String id)
String value to a AppId object.id - String value to useAppId with the underlying value of idCopyright © 2024 Atlassian. All rights reserved.