Klasse UserList

java.lang.Object
io.github.primelib.jira4j.restv3.model.UserList

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

    • endIndex

      protected Integer endIndex
      The index of the last item returned on the page.
    • items

      protected List<User> items
      The list of items.
    • maxResults

      protected Integer maxResults
      The maximum number of results that could be on the page.
    • size

      protected Integer size
      The number of items on the page.
    • startIndex

      protected Integer startIndex
      The index of the first item returned on the page.
  • Konstruktordetails

    • UserList

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

      @Internal public UserList(Integer endIndex, List<User> items, Integer maxResults, Integer size, Integer startIndex)
      Constructs a validated instance of UserList.

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

      Parameter:
      endIndex - The index of the last item returned on the page.
      items - The list of items.
      maxResults - The maximum number of results that could be on the page.
      size - The number of items on the page.
      startIndex - The index of the first item returned on the page.
    • UserList

      protected UserList()
  • Methodendetails

    • builder

      public static UserList.UserListBuilder builder()
    • endIndex

      public Integer endIndex()
      The index of the last item returned on the page.
    • items

      public List<User> items()
      The list of items.
    • maxResults

      public Integer maxResults()
      The maximum number of results that could be on the page.
    • size

      public Integer size()
      The number of items on the page.
    • startIndex

      public Integer startIndex()
      The index of the first item returned on the page.
    • endIndex

      public UserList endIndex(Integer endIndex)
      The index of the last item returned on the page.
      Gibt zurück:
      this.
    • items

      public UserList items(List<User> items)
      The list of items.
      Gibt zurück:
      this.
    • maxResults

      public UserList maxResults(Integer maxResults)
      The maximum number of results that could be on the page.
      Gibt zurück:
      this.
    • size

      public UserList size(Integer size)
      The number of items on the page.
      Gibt zurück:
      this.
    • startIndex

      public UserList startIndex(Integer startIndex)
      The index of the first item returned on the page.
      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