Class SpaceDescriptionCreate

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpaceDescriptionCreate

@Generated("io.github.primelib.primecodegen") public class SpaceDescriptionCreate extends Object
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 Details

  • Constructor Details

    • SpaceDescriptionCreate

      public SpaceDescriptionCreate(Consumer<SpaceDescriptionCreate> spec)
      Constructs a validated instance of SpaceDescriptionCreate.
      Parameters:
      spec - the specification to process
    • SpaceDescriptionCreate

      @Internal protected SpaceDescriptionCreate()
      Protected no-args constructor for use by serialization frameworks.
    • SpaceDescriptionCreate

      @Internal public SpaceDescriptionCreate(Map<String,Object> plain)
      Constructs a validated instance of SpaceDescriptionCreate.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using SpaceDescriptionCreate(Consumer) instead.

      Parameters:
      plain - plain
  • Method Details