public class BasicUser extends AddressableNamedEntity
| Modifier and Type | Field and Description |
|---|---|
static URI |
INCOMPLETE_URI
This value is used to mark incomplete user URI - when server response with user without selfUri set.
|
name, self| Constructor and Description |
|---|
BasicUser(URI self,
String name,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplayName() |
int |
hashCode() |
boolean |
isSelfUriIncomplete() |
String |
toString() |
getName, getSelf, getToStringHelperpublic static URI INCOMPLETE_URI
public String getDisplayName()
public String toString()
toString in class AddressableNamedEntitypublic boolean equals(Object obj)
equals in class AddressableNamedEntitypublic int hashCode()
hashCode in class AddressableNamedEntitypublic boolean isSelfUriIncomplete()
INCOMPLETE_URI for more detail.Copyright © 2013 Atlassian. All Rights Reserved.