Class ProjectAvatars
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectAvatars
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectAvatars
extends Object
ProjectAvatars
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectAvatars
(Consumer<ProjectAvatars> spec) Constructs a validated instance ofProjectAvatars
.ProjectAvatars
(List<Avatar> custom, List<Avatar> system) Constructs a validated instance ofProjectAvatars
. -
Method Summary
-
Field Details
-
custom
List of avatars added to Jira. These avatars may be deleted. -
system
List of avatars included with Jira. These avatars cannot be deleted.
-
-
Constructor Details
-
ProjectAvatars
Constructs a validated instance ofProjectAvatars
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
system
List of avatars included with Jira. These avatars cannot be deleted.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-