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