Klasse GroupUsers

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

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

    • endIndex

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

      protected List<UserDetails> 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

    • GroupUsers

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

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

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

      protected GroupUsers()
  • Methodendetails

    • builder

      public static GroupUsers.GroupUsersBuilder builder()
    • endIndex

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

      public List<UserDetails> 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 GroupUsers endIndex(Integer endIndex)
      The index of the last item returned on the page.
      Gibt zurück:
      this.
    • items

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

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

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

      public GroupUsers 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