public final class UserKey extends Object implements Serializable
| Constructor and Description |
|---|
UserKey(String userkey)
Default constructor: builds a UserKey from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static UserKey |
fromLong(long userId)
Builds a
UserKey object from a long id. |
String |
getStringValue()
Returns a string representation of the current key.
|
int |
hashCode() |
String |
toString() |
Copyright © 2018 Atlassian. All rights reserved.