Class LabeledContent

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.LabeledContent

@Generated("io.github.primelib.primecodegen") public class LabeledContent extends Object
LabeledContent
  • Field Details

    • contentType

      protected String contentType
    • contentId

      protected Long contentId
    • title

      protected String title
      Title of the content.
  • Constructor Details

    • LabeledContent

      public LabeledContent(Consumer<LabeledContent> spec)
      Constructs a validated instance of LabeledContent.
      Parameters:
      spec - the specification to process
    • LabeledContent

      @Internal public LabeledContent(String contentType, Long contentId, String title)
      Constructs a validated instance of LabeledContent.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using LabeledContent(Consumer) instead.

      Parameters:
      contentType - contentType
      contentId - contentId
      title - Title of the content.
    • LabeledContent

      protected LabeledContent()
  • Method Details