Klasse AttachmentPropertiesUpdateBody
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.AttachmentPropertiesUpdateBody
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AttachmentPropertiesUpdateBody
extends Object
AttachmentPropertiesUpdateBody
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAttachmentPropertiesUpdateBody(String id, String type, String status, String title, Map<String, Object> container, AttachmentPropertiesUpdateBodyMetadata metadata, Object extensions, Version version) Constructs a validated instance ofAttachmentPropertiesUpdateBody.Constructs a validated instance ofAttachmentPropertiesUpdateBody. -
Methodenübersicht
-
Felddetails
-
id
-
type
Set this to "attachment" -
status
-
title
-
container
Container for content. This can be either a space (containing a page or blogpost) or a page/blog post (containing an attachment or comment) -
metadata
-
extensions
-
version
-
-
Konstruktordetails
-
AttachmentPropertiesUpdateBody
Constructs a validated instance ofAttachmentPropertiesUpdateBody.- Parameter:
spec- the specification to process
-
AttachmentPropertiesUpdateBody
@Internal public AttachmentPropertiesUpdateBody(String id, String type, String status, String title, Map<String, Object> container, AttachmentPropertiesUpdateBodyMetadata metadata, Object extensions, Version version) Constructs a validated instance ofAttachmentPropertiesUpdateBody.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AttachmentPropertiesUpdateBody(Consumer)instead.- Parameter:
id- idtype- Set this to "attachment"status- statustitle- titlecontainer- Container for content. This can be either a space (containing a page or blogpost) or a page/blog post (containing an attachment or comment)metadata- metadataextensions- extensionsversion- version
-
AttachmentPropertiesUpdateBody
protected AttachmentPropertiesUpdateBody()
-
-
Methodendetails
-
builder
-
id
-
type
Set this to "attachment" -
status
-
title
-
container
Container for content. This can be either a space (containing a page or blogpost) or a page/blog post (containing an attachment or comment) -
metadata
-
extensions
-
version
-
id
- Gibt zurück:
this.
-
type
Set this to "attachment"- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
title
- Gibt zurück:
this.
-
container
Container for content. This can be either a space (containing a page or blogpost) or a page/blog post (containing an attachment or comment)- Gibt zurück:
this.
-
metadata
- Gibt zurück:
this.
-
extensions
- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-