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

@Generated("io.github.primelib.primecodegen") public class Layer extends Object
Layer
  • Field Details

    • width

      protected String width
    • height

      protected String height
  • Constructor Details

    • Layer

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

      @Internal public Layer(String width, String height)
      Constructs a validated instance of Layer.

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

      Parameters:
      width - width
      height - height
    • Layer

      protected Layer()
  • Method Details