Class CustomFieldContextDefaultValueForgeObjectField
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValueForgeObjectField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueForgeObjectField
extends Object
CustomFieldContextDefaultValueForgeObjectField
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
CustomFieldContextDefaultValueForgeObjectField.CustomFieldContextDefaultValueForgeObjectFieldBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CustomFieldContextDefaultValueForgeObjectField
(Object object, String type) Constructs a validated instance ofCustomFieldContextDefaultValueForgeObjectField
.CustomFieldContextDefaultValueForgeObjectField
(Consumer<CustomFieldContextDefaultValueForgeObjectField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeObjectField
. -
Method Summary
-
Field Details
-
object
The default JSON object. -
type
-
-
Constructor Details
-
CustomFieldContextDefaultValueForgeObjectField
public CustomFieldContextDefaultValueForgeObjectField(Consumer<CustomFieldContextDefaultValueForgeObjectField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeObjectField
.- Parameters:
spec
- the specification to process
-
CustomFieldContextDefaultValueForgeObjectField
Constructs a validated instance ofCustomFieldContextDefaultValueForgeObjectField
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueForgeObjectField(Consumer)
instead.- Parameters:
object
- The default JSON object.type
- type
-
CustomFieldContextDefaultValueForgeObjectField
protected CustomFieldContextDefaultValueForgeObjectField()
-
-
Method Details