Package com.atlassian.confluence.it
Interface Entity
-
- All Known Implementing Classes:
Group
,User
,UserWithKey
@Deprecated public interface Entity
Deprecated.Please use confluence-java-api module instead. See {com.atlassian.confluence.api.model.people.User} alternative
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getDisplayName()
Deprecated.Returns the display name of the Entity, eg full name for Users.String
getName()
Deprecated.Returns the Entity name.String
getNameField()
Deprecated.Returns the name of the field that stores the Entity name.
-
-
-
Method Detail
-
getName
String getName()
Deprecated.Returns the Entity name.
-
getNameField
String getNameField()
Deprecated.Returns the name of the field that stores the Entity name.
-
getDisplayName
String getDisplayName()
Deprecated.Returns the display name of the Entity, eg full name for Users.- Returns:
-
-