Klasse FoundUsers

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

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

    • total

      protected Integer total
      The total number of users found in the search.
    • users

      protected List<UserPickerUser> users
  • Konstruktordetails

    • FoundUsers

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

      @Internal public FoundUsers(String header, Integer total, List<UserPickerUser> users)
      Constructs a validated instance of FoundUsers.

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

      Parameter:
      header - Header text indicating the number of users in the response and the total number of users found in the search.
      total - The total number of users found in the search.
      users - var.name
    • FoundUsers

      protected FoundUsers()
  • Methodendetails

    • builder

      public static FoundUsers.FoundUsersBuilder builder()
    • header

      public String header()
      Header text indicating the number of users in the response and the total number of users found in the search.
    • total

      public Integer total()
      The total number of users found in the search.
    • users

      public List<UserPickerUser> users()
    • header

      public FoundUsers header(String header)
      Header text indicating the number of users in the response and the total number of users found in the search.
      Gibt zurück:
      this.
    • total

      public FoundUsers total(Integer total)
      The total number of users found in the search.
      Gibt zurück:
      this.
    • users

      public FoundUsers users(List<UserPickerUser> users)
      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