Klasse AttachmentUpdateMetadata

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.AttachmentUpdateMetadata

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

    • mediaType

      protected String mediaType
      The media type of the attachment, e.g. 'img/jpg'.
    • comment

      protected String comment
      The comment for this update.
  • Konstruktordetails

    • AttachmentUpdateMetadata

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

      @Internal public AttachmentUpdateMetadata(String mediaType, String comment)
      Constructs a validated instance of AttachmentUpdateMetadata.

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

      Parameter:
      mediaType - The media type of the attachment, e.g. 'img/jpg'.
      comment - The comment for this update.
    • AttachmentUpdateMetadata

      protected AttachmentUpdateMetadata()
  • Methodendetails