Klasse CreateOrUpdateAttachmentsRequest.CreateOrUpdateAttachmentsRequestBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.CreateOrUpdateAttachmentsRequest.CreateOrUpdateAttachmentsRequestBuilder
- Umschließende Klasse:
CreateOrUpdateAttachmentsRequest
public static class CreateOrUpdateAttachmentsRequest.CreateOrUpdateAttachmentsRequestBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe relative location and name of the attachment to be added to the content.build()The comment for the attachment that is being added.IfminorEditsis set to 'true', no notification email or activity stream will be generated when the attachment is added to the content.toString()
-
Methodendetails
-
_file
The relative location and name of the attachment to be added to the content.- Gibt zurück:
this.
-
comment
public CreateOrUpdateAttachmentsRequest.CreateOrUpdateAttachmentsRequestBuilder 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.CreateOrUpdateAttachmentsRequestBuilder minorEdit(File minorEdit) IfminorEditsis set to 'true', no notification email or activity stream will be generated when the attachment is added to the content.- Gibt zurück:
this.
-
build
-
toString
-