Klasse ProjectAvatars

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

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

    • custom

      protected List<Avatar> custom
      List of avatars added to Jira. These avatars may be deleted.
    • system

      protected List<Avatar> system
      List of avatars included with Jira. These avatars cannot be deleted.
  • Konstruktordetails

    • ProjectAvatars

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

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

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

      Parameter:
      custom - List of avatars added to Jira. These avatars may be deleted.
      system - List of avatars included with Jira. These avatars cannot be deleted.
    • ProjectAvatars

      protected ProjectAvatars()
  • Methodendetails

    • builder

      public static ProjectAvatars.ProjectAvatarsBuilder builder()
    • custom

      public List<Avatar> custom()
      List of avatars added to Jira. These avatars may be deleted.
    • system

      public List<Avatar> system()
      List of avatars included with Jira. These avatars cannot be deleted.
    • custom

      public ProjectAvatars custom(List<Avatar> custom)
      List of avatars added to Jira. These avatars may be deleted.
      Gibt zurück:
      this.
    • system

      public ProjectAvatars system(List<Avatar> system)
      List of avatars included with Jira. These avatars cannot be deleted.
      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