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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UserArray extends Object
UserArray
  • Felddetails

    • results

      protected List<User> 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.
  • Konstruktordetails

    • UserArray

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

      @Internal public UserArray(List<User> results, Integer start, Integer limit, Integer size, Long totalSize, Map<String,String> _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.

      Parameter:
      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()
  • Methodendetails

    • builder

      public static UserArray.UserArrayBuilder builder()
    • results

      public List<User> 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,String> _links()
    • results

      public UserArray results(List<User> results)
      Gibt zurück:
      this.
    • start

      public UserArray start(Integer start)
      Gibt zurück:
      this.
    • limit

      public UserArray limit(Integer limit)
      Gibt zurück:
      this.
    • size

      public UserArray size(Integer size)
      Gibt zurück:
      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.
      Gibt zurück:
      this.
    • _links

      public UserArray _links(Map<String,String> _links)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object