Class BlogPost

All Implemented Interfaces:
ContentEntity, LinkableContent, TitledContent, VersionedContent, ContentConvertible

@Deprecated public class BlogPost extends AbstractPageEntity
Deprecated.
Please use confluence-java-api module instead. See {com.atlassian.confluence.api.model.content.Content} alternative
  • Field Details

    • TEST

      public static BlogPost TEST
      Deprecated.
  • Constructor Details

    • 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 Details

    • 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.
    • getContentType

      public ContentType getContentType()
      Deprecated.
      Specified by:
      getContentType in interface ContentEntity
      Overrides:
      getContentType in class AbstractContentEntity
      Returns:
      the ContentType of this entity