Interface Person

All Known Subinterfaces:
ApplicationUser, DetailedUser, ServiceUser

public interface Person
A minimal person abstraction, suitable for describing authors, committers and other people who may not have an explicit user account.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the person's e-mail address.
    Retrieves the person's name.
  • Method Details

    • getEmailAddress

      @Nullable String getEmailAddress()
      Retrieves the person's e-mail address.
      Returns:
      the e-mail address
    • getName

      @Nonnull String getName()
      Retrieves the person's name.
      Returns:
      the name