Klasse UpdateFooterCommentModelVersion

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdateFooterCommentModelVersion

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UpdateFooterCommentModelVersion extends Object
UpdateFooterCommentModelVersion
  • Felddetails

    • number

      protected Integer number
      Number of new version. Should be 1 higher than current version of the comment.
    • message

      protected String message
      Optional message store for the new version.
  • Konstruktordetails

    • UpdateFooterCommentModelVersion

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

      @Internal public UpdateFooterCommentModelVersion(Integer number, String message)
      Constructs a validated instance of UpdateFooterCommentModelVersion.

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

      Parameter:
      number - Number of new version. Should be 1 higher than current version of the comment.
      message - Optional message store for the new version.
    • UpdateFooterCommentModelVersion

      protected UpdateFooterCommentModelVersion()
  • Methodendetails