Klasse Avatars

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

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

    • custom

      protected List<Avatar> custom
      Custom avatars list.
    • system

      protected List<Avatar> system
      System avatars list.
  • Konstruktordetails

    • Avatars

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

      @Internal public Avatars(List<Avatar> custom, List<Avatar> system)
      Constructs a validated instance of Avatars.

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

      Parameter:
      custom - Custom avatars list.
      system - System avatars list.
    • Avatars

      protected Avatars()
  • Methodendetails

    • builder

      public static Avatars.AvatarsBuilder builder()
    • custom

      public List<Avatar> custom()
      Custom avatars list.
    • system

      public List<Avatar> system()
      System avatars list.
    • custom

      public Avatars custom(List<Avatar> custom)
      Custom avatars list.
      Gibt zurück:
      this.
    • system

      public Avatars system(List<Avatar> system)
      System avatars list.
      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