Class UserEntity
- java.lang.Object
-
- com.atlassian.confluence.user.extras.entities.UserEntity
-
public class UserEntity extends Object
The entity that represents a user.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserEntity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserEntity.Builder
builder()
String
getDisplayName()
String
getUsername()
boolean
isActive()
-
-
-
Method Detail
-
getUsername
public String getUsername()
-
isActive
public boolean isActive()
-
getDisplayName
public String getDisplayName()
-
builder
public static UserEntity.Builder builder()
-
-