Interface Subject

All Known Subinterfaces:
ClanPlayer, Group, User

public interface Subject
  • Method Details

    • getFriendlyName

      String getFriendlyName()
      Gets the friendly name of Subject. Note: If no friendly name is found, this will return getIdentifier().
      Returns:
      The friendly name if available, or the identifier
    • getIdentifier

      String getIdentifier()
      Gets the Subject's identifier.
      Returns:
      The identifier