Klasse FoundGroups

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

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

    • groups

      protected List<FoundGroup> groups
    • total

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

    • FoundGroups

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

      @Internal public FoundGroups(List<FoundGroup> groups, String header, Integer total)
      Constructs a validated instance of FoundGroups.

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

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

      protected FoundGroups()
  • Methodendetails

    • builder

      public static FoundGroups.FoundGroupsBuilder builder()
    • groups

      public List<FoundGroup> groups()
    • header

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

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

      public FoundGroups groups(List<FoundGroup> groups)
      Gibt zurück:
      this.
    • header

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

      public FoundGroups total(Integer total)
      The total number of groups found in the search.
      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