Class Expandable5C5D70

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

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

    • operations

      protected String operations
    • details

      protected String details
    • personalSpace

      protected String personalSpace
  • Constructor Details

    • Expandable5C5D70

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

      @Internal public Expandable5C5D70(String operations, String details, String personalSpace)
      Constructs a validated instance of Expandable5C5D70.

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

      Parameters:
      operations - operations
      details - details
      personalSpace - personalSpace
    • Expandable5C5D70

      protected Expandable5C5D70()
  • Method Details