Class GlobalSpaceIDEntifier

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

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

    • spaceIdentifier

      protected String spaceIdentifier
  • Constructor Details

    • GlobalSpaceIDEntifier

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

      @Internal protected GlobalSpaceIDEntifier()
      Protected no-args constructor for use by serialization frameworks.
    • GlobalSpaceIDEntifier

      @Internal public GlobalSpaceIDEntifier(String spaceIdentifier)
      Constructs a validated instance of GlobalSpaceIDEntifier.

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

      Parameters:
      spaceIdentifier - spaceIdentifier
  • Method Details

    • spaceIdentifier

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

      public GlobalSpaceIDEntifier spaceIdentifier(String spaceIdentifier)
      Fluent setter for spaceIdentifier.
      Parameters:
      spaceIdentifier - spaceIdentifier
      Returns:
      this
    • getSpaceIdentifier

      public String getSpaceIdentifier()
      Gets the value of spaceIdentifier.
      Returns:
      spaceIdentifier
    • setSpaceIdentifier

      public void setSpaceIdentifier(String spaceIdentifier)
      Sets the value of spaceIdentifier.
      Parameters:
      spaceIdentifier - spaceIdentifier
    • 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