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() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
int |
hashCode() |
boolean |
isSelfUriIncomplete() |
getName, getSelf, toStringpublic static URI INCOMPLETE_URI
public String getDisplayName()
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
getToStringHelper 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 © 2017 Atlassian. All rights reserved.