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, getToStringHelper
public static URI INCOMPLETE_URI
public String getDisplayName()
public String toString()
toString
in class AddressableNamedEntity
public boolean equals(Object obj)
equals
in class AddressableNamedEntity
public int hashCode()
hashCode
in class AddressableNamedEntity
public boolean isSelfUriIncomplete()
INCOMPLETE_URI
for more detail.Copyright © 2013 Atlassian. All Rights Reserved.