Class Containerb524B8
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Containerb524B8
Containerb524B8
The new content to attach the attachment to.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Containerb524B8(String id, String type) Constructs a validated instance ofContainerb524B8.Constructs a validated instance ofContainerb524B8. -
Method Summary
-
Field Details
-
id
The `id` of the parent content. -
type
The content type. You can only attach attachments to content of type: `page`, `blogpost`.
-
-
Constructor Details
-
Containerb524B8
Constructs a validated instance ofContainerb524B8.- Parameters:
spec- the specification to process
-
Containerb524B8
@Internal protected Containerb524B8()Protected no-args constructor for use by serialization frameworks. -
Containerb524B8
Constructs a validated instance ofContainerb524B8.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Containerb524B8(Consumer)instead.- Parameters:
id- The `id` of the parent content.type- The content type. You can only attach attachments to content of type: `page`, `blogpost`.
-
-
Method Details
-
id
-
id
Fluent setter for id.The `id` of the parent content.
- Parameters:
id- id- Returns:
- this
-
getId
-
setId
Sets the value of id.The `id` of the parent content.
- Parameters:
id- id
-
type
Fluent getter for type.The content type. You can only attach attachments to content of type: `page`, `blogpost`.
- Returns:
- type
-
type
Fluent setter for type.The content type. You can only attach attachments to content of type: `page`, `blogpost`.
- Parameters:
type- type- Returns:
- this
-
getType
Gets the value of type.The content type. You can only attach attachments to content of type: `page`, `blogpost`.
- Returns:
- type
-
setType
Sets the value of type.The content type. You can only attach attachments to content of type: `page`, `blogpost`.
- Parameters:
type- type
-
equals
-
hashCode
-
toString
-