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 protected Expandable5C5D70()
      Protected no-args constructor for use by serialization frameworks.
    • 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
  • Method Details

    • operations

      public String operations()
      Fluent getter for operations.
      Returns:
      operations
    • operations

      public Expandable5C5D70 operations(String operations)
      Fluent setter for operations.
      Parameters:
      operations - operations
      Returns:
      this
    • getOperations

      public String getOperations()
      Gets the value of operations.
      Returns:
      operations
    • setOperations

      public void setOperations(String operations)
      Sets the value of operations.
      Parameters:
      operations - operations
    • details

      public String details()
      Fluent getter for details.
      Returns:
      details
    • details

      public Expandable5C5D70 details(String details)
      Fluent setter for details.
      Parameters:
      details - details
      Returns:
      this
    • getDetails

      public String getDetails()
      Gets the value of details.
      Returns:
      details
    • setDetails

      public void setDetails(String details)
      Sets the value of details.
      Parameters:
      details - details
    • personalSpace

      public String personalSpace()
      Fluent getter for personalSpace.
      Returns:
      personalSpace
    • personalSpace

      public Expandable5C5D70 personalSpace(String personalSpace)
      Fluent setter for personalSpace.
      Parameters:
      personalSpace - personalSpace
      Returns:
      this
    • getPersonalSpace

      public String getPersonalSpace()
      Gets the value of personalSpace.
      Returns:
      personalSpace
    • setPersonalSpace

      public void setPersonalSpace(String personalSpace)
      Sets the value of personalSpace.
      Parameters:
      personalSpace - personalSpace
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object