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

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

    • custom

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

      protected List<Avatar> system
      System avatars list.
  • Constructor Details

    • Avatars

      public Avatars(Consumer<Avatars> spec)
      Constructs a validated instance of Avatars.
      Parameters:
      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.

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

      protected Avatars()
  • Method Details