Class BookmarkedConference

    • Method Detail

      • getName

        public String getName()
        Returns the display label representing the Conference room.
        Returns:
        the name of the conference room.
      • isAutoJoin

        public boolean isAutoJoin()
        Returns true if this conference room should be auto-joined on startup.
        Returns:
        true if room should be joined on startup, otherwise false.
      • setAutoJoin

        protected void setAutoJoin​(boolean autoJoin)
      • getJid

        public EntityBareJid getJid()
        Returns the full JID of this conference room. (ex.dev@conference.jivesoftware.com)
        Returns:
        the full JID of this conference room.
      • getNickname

        public Resourcepart getNickname()
        Returns the nickname to use when joining this conference room. This is an optional value and may return null.
        Returns:
        the nickname to use when joining, null may be returned.
      • getPassword

        public String getPassword()
        Returns the password to use when joining this conference room. This is an optional value and may return null.
        Returns:
        the password to use when joining this conference room, null may be returned.
      • setShared

        protected void setShared​(boolean isShared)
      • isShared

        public boolean isShared()
        Description copied from interface: SharedBookmark
        Returns true if this bookmark is shared.
        Specified by:
        isShared in interface SharedBookmark
        Returns:
        returns true if this bookmark is shared.