Class NewsgroupInfo

    • Method Detail

      • getNewsgroup

        public java.lang.String getNewsgroup()
        Get the newsgroup name.

        Returns:
        The name of the newsgroup.
      • getArticleCountLong

        public long getArticleCountLong()
        Get the estimated number of articles in the newsgroup. The accuracy of this value will depend on the server implementation.

        Returns:
        The estimated number of articles in the newsgroup.
      • getFirstArticleLong

        public long getFirstArticleLong()
        Get the number of the first article in the newsgroup.

        Returns:
        The number of the first article in the newsgroup.
      • getLastArticleLong

        public long getLastArticleLong()
        Get the number of the last article in the newsgroup.

        Returns:
        The number of the last article in the newsgroup.
      • getPostingPermission

        public int getPostingPermission()
        Get the posting permission of the newsgroup. This will be one of the POSTING_PERMISSION constants.

        Returns:
        The posting permission status of the newsgroup.
      • getLastArticle

        @Deprecated
        public int getLastArticle()
        Deprecated.