Klasse CreateOrUpdateAttachmentsRequest

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

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

    • _file

      protected File _file
      The relative location and name of the attachment to be added to the content.
    • comment

      protected File comment
      The comment for the attachment that is being added. If you specify a comment, then every file must have a comment and the comments must be in the same order as the files. Alternatively, don't specify any comments.
    • minorEdit

      protected File minorEdit
      If minorEdits is set to 'true', no notification email or activity stream will be generated when the attachment is added to the content.
  • Konstruktordetails

    • CreateOrUpdateAttachmentsRequest

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

      @Internal public CreateOrUpdateAttachmentsRequest(File _file, File comment, File minorEdit)
      Constructs a validated instance of CreateOrUpdateAttachmentsRequest.

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

      Parameter:
      _file - The relative location and name of the attachment to be added to the content.
      comment - The comment for the attachment that is being added. If you specify a comment, then every file must have a comment and the comments must be in the same order as the files. Alternatively, don't specify any comments.
      minorEdit - If minorEdits is set to 'true', no notification email or activity stream will be generated when the attachment is added to the content.
    • CreateOrUpdateAttachmentsRequest

      protected CreateOrUpdateAttachmentsRequest()
  • Methodendetails

    • builder

    • _file

      public File _file()
      The relative location and name of the attachment to be added to the content.
    • comment

      public File comment()
      The comment for the attachment that is being added. If you specify a comment, then every file must have a comment and the comments must be in the same order as the files. Alternatively, don't specify any comments.
    • minorEdit

      public File minorEdit()
      If minorEdits is set to 'true', no notification email or activity stream will be generated when the attachment is added to the content.
    • _file

      public CreateOrUpdateAttachmentsRequest _file(File _file)
      The relative location and name of the attachment to be added to the content.
      Gibt zurück:
      this.
    • comment

      public CreateOrUpdateAttachmentsRequest comment(File comment)
      The comment for the attachment that is being added. If you specify a comment, then every file must have a comment and the comments must be in the same order as the files. Alternatively, don't specify any comments.
      Gibt zurück:
      this.
    • minorEdit

      public CreateOrUpdateAttachmentsRequest minorEdit(File minorEdit)
      If minorEdits is set to 'true', no notification email or activity stream will be generated when the attachment is added to the content.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object