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

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

  • Constructor Details

    • Group

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

      @Internal public Group(String type, String name, String id, Map<String,Object> Links)
      Constructs a validated instance of Group.

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

      Parameters:
      type - type
      name - name
      id - id
      Links - Links
    • Group

      protected Group()
  • Method Details