Class GroupArrayWithLinks

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

@Generated("io.github.primelib.primecodegen") public class GroupArrayWithLinks extends Object
GroupArrayWithLinks

Same as GroupArray but with `_links` property.

  • Field Details

    • results

      protected List<Group> results
    • start

      protected Integer start
    • limit

      protected Integer limit
    • size

      protected Integer size
    • totalSize

      protected Long totalSize
      This property will return total count of the objects before pagination is applied. This value is returned if `shouldReturnTotalSize` is set to `true`.
  • Constructor Details

    • GroupArrayWithLinks

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

      @Internal public GroupArrayWithLinks(List<Group> results, Integer start, Integer limit, Integer size, Long totalSize, Map<String,Object> Links)
      Constructs a validated instance of GroupArrayWithLinks.

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

      Parameters:
      results - results
      start - start
      limit - limit
      size - size
      totalSize - This property will return total count of the objects before pagination is applied. This value is returned if `shouldReturnTotalSize` is set to `true`.
      Links - Links
    • GroupArrayWithLinks

      protected GroupArrayWithLinks()
  • Method Details