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

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

  • Constructor Details

    • GroupArray

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

      @Internal public GroupArray(List<Group> results, Integer start, Integer limit, Integer size)
      Constructs a validated instance of GroupArray.

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

      Parameters:
      results - results
      start - start
      limit - limit
      size - size
    • GroupArray

      protected GroupArray()
  • Method Details