Klasse SystemAvatars

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

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

    • system

      protected List<Avatar> system
      A list of avatar details.
  • Konstruktordetails

    • SystemAvatars

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

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

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

      Parameter:
      system - A list of avatar details.
    • SystemAvatars

      protected SystemAvatars()
  • Methodendetails