Class SystemAvatars
java.lang.Object
io.github.primelib.jira4j.restv3.model.SystemAvatars
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SystemAvatars
extends Object
SystemAvatars
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SystemAvatars
(Consumer<SystemAvatars> spec) Constructs a validated instance ofSystemAvatars
.SystemAvatars
(List<Avatar> system) Constructs a validated instance ofSystemAvatars
. -
Method Summary
-
Field Details
-
system
A list of avatar details.
-
-
Constructor Details
-
SystemAvatars
Constructs a validated instance ofSystemAvatars
.- Parameters:
spec
- the specification to process
-
SystemAvatars
Constructs a validated instance ofSystemAvatars
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SystemAvatars(Consumer)
instead.- Parameters:
system
- A list of avatar details.
-
SystemAvatars
protected SystemAvatars()
-
-
Method Details