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

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the display name of the Entity, eg full name for Users.
    Deprecated.
    Returns the Entity name.
    Deprecated.
    Returns the name of the field that stores the Entity name.
  • Method Details

    • 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: