Klasse AttachmentUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.AttachmentUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentUpdate
extends Object
AttachmentUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumSet this toattachment. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected AttachmentUpdateContainerprotected StringThe ID of the attachment to be updated.protected AttachmentUpdateMetadataprotected StringThe updated name of the attachment.protected AttachmentUpdate.TypeEnumSet this toattachment.protected AttachmentUpdateVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAttachmentUpdate(AttachmentUpdateVersion version, String id, AttachmentUpdate.TypeEnum type, String title, AttachmentUpdateMetadata metadata, AttachmentUpdateContainer container) Constructs a validated instance ofAttachmentUpdate.Constructs a validated instance ofAttachmentUpdate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleancontainer(AttachmentUpdateContainer container) booleaninthashCode()id()The ID of the attachment to be updated.The ID of the attachment to be updated.metadata()metadata(AttachmentUpdateMetadata metadata) title()The updated name of the attachment.The updated name of the attachment.toString()type()Set this toattachment.Set this toattachment.version()version(AttachmentUpdateVersion version)
-
Felddetails
-
version
-
id
The ID of the attachment to be updated. -
type
Set this toattachment. -
title
The updated name of the attachment. -
metadata
-
container
-
-
Konstruktordetails
-
AttachmentUpdate
Constructs a validated instance ofAttachmentUpdate.- Parameter:
spec- the specification to process
-
AttachmentUpdate
@Internal public AttachmentUpdate(AttachmentUpdateVersion version, String id, AttachmentUpdate.TypeEnum type, String title, AttachmentUpdateMetadata metadata, AttachmentUpdateContainer container) Constructs a validated instance ofAttachmentUpdate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AttachmentUpdate(Consumer)instead.- Parameter:
version- versionid- The ID of the attachment to be updated.type- Set this toattachment.title- The updated name of the attachment.metadata- metadatacontainer- container
-
AttachmentUpdate
protected AttachmentUpdate()
-
-
Methodendetails
-
builder
-
version
-
id
The ID of the attachment to be updated. -
type
Set this toattachment. -
title
The updated name of the attachment. -
metadata
-
container
-
version
- Gibt zurück:
this.
-
id
The ID of the attachment to be updated.- Gibt zurück:
this.
-
type
Set this toattachment.- Gibt zurück:
this.
-
title
The updated name of the attachment.- Gibt zurück:
this.
-
metadata
- Gibt zurück:
this.
-
container
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-