Klasse AttachmentUpdateContainer

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

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

    • id

      protected String id
      The id of the parent content.
    • type

      protected String type
      The content type. You can only attach attachments to content of type: page, blogpost.
  • Konstruktordetails

    • AttachmentUpdateContainer

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

      @Internal public AttachmentUpdateContainer(String id, String type)
      Constructs a validated instance of AttachmentUpdateContainer.

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

      Parameter:
      id - The id of the parent content.
      type - The content type. You can only attach attachments to content of type: page, blogpost.
    • AttachmentUpdateContainer

      protected AttachmentUpdateContainer()
  • Methodendetails