Klasse ProjectAvatars
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectAvatars
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectAvatars
extends Object
ProjectAvatars
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ProjectAvatars
(Consumer<ProjectAvatars> spec) Constructs a validated instance ofProjectAvatars
.ProjectAvatars
(List<Avatar> custom, List<Avatar> system) Constructs a validated instance ofProjectAvatars
. -
Methodenübersicht
-
Felddetails
-
custom
List of avatars added to Jira. These avatars may be deleted. -
system
List of avatars included with Jira. These avatars cannot be deleted.
-
-
Konstruktordetails
-
ProjectAvatars
Constructs a validated instance ofProjectAvatars
.- Parameter:
spec
- the specification to process
-
ProjectAvatars
Constructs a validated instance ofProjectAvatars
.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
-
custom
List of avatars added to Jira. These avatars may be deleted. -
system
List of avatars included with Jira. These avatars cannot be deleted. -
custom
List of avatars added to Jira. These avatars may be deleted.- Gibt zurück:
this
.
-
system
List of avatars included with Jira. These avatars cannot be deleted.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-