Class AddGroupBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.AddGroupBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddGroupBean
extends Object
AddGroupBean
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AddGroupBean
(String name) Constructs a validated instance ofAddGroupBean
.AddGroupBean
(Consumer<AddGroupBean> spec) Constructs a validated instance ofAddGroupBean
. -
Method Summary
-
Field Details
-
name
The name of the group.
-
-
Constructor Details
-
AddGroupBean
Constructs a validated instance ofAddGroupBean
.- Parameters:
spec
- the specification to process
-
AddGroupBean
Constructs a validated instance ofAddGroupBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AddGroupBean(Consumer)
instead.- Parameters:
name
- The name of the group.
-
AddGroupBean
protected AddGroupBean()
-
-
Method Details