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

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

    • results

      protected List<Map<String,Object>> 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

    • UserArray

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using UserArray(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
    • UserArray

      protected UserArray()
  • Method Details

    • results

      public List<Map<String,Object>> results()
    • start

      public Integer start()
    • limit

      public Integer limit()
    • size

      public Integer size()
    • totalSize

      public 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`.
    • Links

      public Map<String,Object> Links()
    • results

      public UserArray results(List<Map<String,Object>> results)
      Returns:
      this.
    • start

      public UserArray start(Integer start)
      Returns:
      this.
    • limit

      public UserArray limit(Integer limit)
      Returns:
      this.
    • size

      public UserArray size(Integer size)
      Returns:
      this.
    • totalSize

      public UserArray totalSize(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`.
      Returns:
      this.
    • Links

      public UserArray Links(Map<String,Object> Links)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object