Class AttachmentPropertiesUpdateBody
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.AttachmentPropertiesUpdateBody
@Generated("io.github.primelib.primecodegen")
public class AttachmentPropertiesUpdateBody
extends Object
AttachmentPropertiesUpdateBody
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAttachmentPropertiesUpdateBody(String id, String type, String status, String title, Map<String, Object> container, Metadata9A43E8 metadata, Object extensions, Version version) Constructs a validated instance ofAttachmentPropertiesUpdateBody.Constructs a validated instance ofAttachmentPropertiesUpdateBody. -
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
AttachmentPropertiesUpdateBody
Constructs a validated instance ofAttachmentPropertiesUpdateBody.- Parameters:
spec- the specification to process
-
AttachmentPropertiesUpdateBody
@Internal public AttachmentPropertiesUpdateBody(String id, String type, String status, String title, Map<String, Object> container, Metadata9A43E8 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.- Parameters:
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()
-
-
Method Details
-
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
- Returns:
this.
-
type
Set this to "attachment"- Returns:
this.
-
status
- Returns:
this.
-
title
- Returns:
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)- Returns:
this.
-
metadata
- Returns:
this.
-
extensions
- Returns:
this.
-
version
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-