Klasse RetentionPeriod

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.RetentionPeriod

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class RetentionPeriod extends Object
RetentionPeriod
  • Felddetails

    • number

      protected Integer number
      The number of units for the retention period.
    • units

      protected RetentionPeriod.UnitsEnum units
      The unit of time that the retention period is measured in.
  • Konstruktordetails

    • RetentionPeriod

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

      @Internal public RetentionPeriod(Integer number, RetentionPeriod.UnitsEnum units)
      Constructs a validated instance of RetentionPeriod.

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

      Parameter:
      number - The number of units for the retention period.
      units - The unit of time that the retention period is measured in.
    • RetentionPeriod

      protected RetentionPeriod()
  • Methodendetails