Class NewsgroupInfo

    • Constructor Detail

      • NewsgroupInfo

        public NewsgroupInfo()
        Constructs a new instance.
    • Method Detail

      • getArticleCount

        @Deprecated
        public int getArticleCount()
        Deprecated.
        Gets 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.
      • getArticleCountLong

        public long getArticleCountLong()
        Gets 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.
      • getFirstArticle

        @Deprecated
        public int getFirstArticle()
        Deprecated.
        Gets the number of the first article in the newsgroup.
        Returns:
        The number of the first article in the newsgroup.
      • getFirstArticleLong

        public long getFirstArticleLong()
        Gets the number of the first article in the newsgroup.
        Returns:
        The number of the first article in the newsgroup.
      • getLastArticle

        @Deprecated
        public int getLastArticle()
        Deprecated.
        Gets the number of the last article in the newsgroup.
        Returns:
        The number of the last article in the newsgroup.
      • getLastArticleLong

        public long getLastArticleLong()
        Gets the number of the last article in the newsgroup.
        Returns:
        The number of the last article in the newsgroup.
      • getNewsgroup

        public java.lang.String getNewsgroup()
        Gets the newsgroup name.
        Returns:
        The name of the newsgroup.
      • getPostingPermission

        public int getPostingPermission()
        Gets the posting permission of the newsgroup. This will be one of the POSTING_PERMISSION constants.
        Returns:
        The posting permission status of the newsgroup.