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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected FileThe relative location and name of the attachment to be added to the content.protected FileThe comment for the attachment that is being added.protected FileIfminorEditsis set to 'true', no notification email or activity stream will be generated when the attachment is added to the content. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateOrUpdateAttachmentsRequest(File _file, File comment, File minorEdit) Constructs a validated instance ofCreateOrUpdateAttachmentsRequest.Constructs a validated instance ofCreateOrUpdateAttachmentsRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_file()The relative location and name of the attachment to be added to the content.The relative location and name of the attachment to be added to the content.builder()protected booleancomment()The comment for the attachment that is being added.The comment for the attachment that is being added.booleaninthashCode()IfminorEditsis set to 'true', no notification email or activity stream will be generated when the attachment is added to the content.IfminorEditsis set to 'true', no notification email or activity stream will be generated when the attachment is added to the content.toString()
-
Felddetails
-
_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
IfminorEditsis set to 'true', no notification email or activity stream will be generated when the attachment is added to the content.
-
-
Konstruktordetails
-
CreateOrUpdateAttachmentsRequest
Constructs a validated instance ofCreateOrUpdateAttachmentsRequest.- Parameter:
spec- the specification to process
-
CreateOrUpdateAttachmentsRequest
Constructs a validated instance ofCreateOrUpdateAttachmentsRequest.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- IfminorEditsis 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
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
IfminorEditsis set to 'true', no notification email or activity stream will be generated when the attachment is added to the content. -
_file
The relative location and name of the attachment to be added to the content.- Gibt zurück:
this.
-
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
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-