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