Class Expandableac2380

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

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

    • user

      protected String user
    • group

      protected String group
  • Constructor Details

    • Expandableac2380

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

      @Internal public Expandableac2380(String user, String group)
      Constructs a validated instance of Expandableac2380.

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

      Parameters:
      user - user
      group - group
    • Expandableac2380

      protected Expandableac2380()
  • Method Details