Class SpaceDescriptionCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpaceDescriptionCreate
SpaceDescriptionCreate
The description of the new/updated space. Note, only the 'plain' representation can be used for the description when creating or updating a space.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofSpaceDescriptionCreate.SpaceDescriptionCreate(Map<String, Object> plain) Constructs a validated instance ofSpaceDescriptionCreate. -
Method Summary
-
Field Details
-
plain
-
-
Constructor Details
-
SpaceDescriptionCreate
Constructs a validated instance ofSpaceDescriptionCreate.- Parameters:
spec- the specification to process
-
SpaceDescriptionCreate
Constructs a validated instance ofSpaceDescriptionCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpaceDescriptionCreate(Consumer)instead.- Parameters:
plain- plain
-
SpaceDescriptionCreate
protected SpaceDescriptionCreate()
-
-
Method Details