Class BlogPost

    • Field Detail

      • TEST

        public static BlogPost TEST
        Deprecated.
    • Constructor Detail

      • BlogPost

        public BlogPost​(Space space,
                        String title,
                        String content)
        Deprecated.
      • BlogPost

        public BlogPost​(Space space,
                        String title,
                        String content,
                        Date publishDate)
        Deprecated.
      • BlogPost

        public BlogPost​(BlogPost blogPost)
        Deprecated.
    • Method Detail

      • getEditUrl

        public String getEditUrl()
        Deprecated.
        Returns:
        the url where this entity can be edited.
      • getUrl

        public String getUrl()
        Deprecated.
      • getUrlWithDate

        public String getUrlWithDate()
        Deprecated.
      • getUrl

        public String getUrl​(Date blogPostDate)
        Deprecated.
      • getBlogSourceUrl

        public String getBlogSourceUrl()
        Deprecated.
      • getViewAttachmentsUrl

        public String getViewAttachmentsUrl()
        Deprecated.
      • getDateString

        public String getDateString​(Date blogPostDate)
        Deprecated.
      • getDateString

        public String getDateString()
        Deprecated.
      • setPublishDate

        public void setPublishDate​(Date date)
        Deprecated.
      • getPublishDate

        public Date getPublishDate()
        Deprecated.