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

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

  • Constructor Details

    • Name

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

      @Internal public Name(String key, List<Object> args)
      Constructs a validated instance of Name.

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

      Parameters:
      key - key
      args - args
    • Name

      protected Name()
  • Method Details