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 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
    • GlobalSpaceIDEntifier

      protected GlobalSpaceIDEntifier()
  • Method Details