Class Search.Item

  • All Implemented Interfaces:
    Addressable
    Enclosing class:
    Search

    public static final class Search.Item
    extends Object
    implements Addressable
    The implementation of a search result item.

    This class is immutable.

    • Method Detail

      • getFirst

        public final String getFirst()
        Gets the first name.
        Returns:
        The first name.
      • getLast

        public final String getLast()
        Gets the last name.
        Returns:
        The last name.
      • getNick

        public final String getNick()
        Gets the nick name.
        Returns:
        The nick name.
      • getEmail

        public final String getEmail()
        Gets the email address.
        Returns:
        The email address.
      • getJid

        public final Jid getJid()
        Gets the JID.
        Specified by:
        getJid in interface Addressable
        Returns:
        The JID.