Class Expandable6A8E6D

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

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

    • favourited

      protected String favourited
    • lastmodified

      protected String lastmodified
    • lastcontributed

      protected String lastcontributed
    • viewed

      protected String viewed
    • scheduled

      protected String scheduled
  • Constructor Details

    • Expandable6A8E6D

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

      @Internal public Expandable6A8E6D(String favourited, String lastmodified, String lastcontributed, String viewed, String scheduled)
      Constructs a validated instance of Expandable6A8E6D.

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

      Parameters:
      favourited - favourited
      lastmodified - lastmodified
      lastcontributed - lastcontributed
      viewed - viewed
      scheduled - scheduled
    • Expandable6A8E6D

      protected Expandable6A8E6D()
  • Method Details