Class CustomFieldContextDefaultValueForgeStringField
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValueForgeStringField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueForgeStringField
extends Object
CustomFieldContextDefaultValueForgeStringField
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
CustomFieldContextDefaultValueForgeStringField.CustomFieldContextDefaultValueForgeStringFieldBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CustomFieldContextDefaultValueForgeStringField
(String contextId, String text, String type) Constructs a validated instance ofCustomFieldContextDefaultValueForgeStringField
.CustomFieldContextDefaultValueForgeStringField
(Consumer<CustomFieldContextDefaultValueForgeStringField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeStringField
. -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomFieldContextDefaultValueForgeStringField.CustomFieldContextDefaultValueForgeStringFieldBuilder
builder()
protected boolean
The ID of the context.The ID of the context.boolean
int
hashCode()
text()
The default text.The default text.toString()
type()
-
Field Details
-
contextId
The ID of the context. -
text
The default text. The maximum length is 254 characters. -
type
-
-
Constructor Details
-
CustomFieldContextDefaultValueForgeStringField
public CustomFieldContextDefaultValueForgeStringField(Consumer<CustomFieldContextDefaultValueForgeStringField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeStringField
.- Parameters:
spec
- the specification to process
-
CustomFieldContextDefaultValueForgeStringField
@Internal public CustomFieldContextDefaultValueForgeStringField(String contextId, String text, String type) Constructs a validated instance ofCustomFieldContextDefaultValueForgeStringField
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueForgeStringField(Consumer)
instead.- Parameters:
contextId
- The ID of the context.text
- The default text. The maximum length is 254 characters.type
- type
-
CustomFieldContextDefaultValueForgeStringField
protected CustomFieldContextDefaultValueForgeStringField()
-
-
Method Details
-
builder
-
contextId
The ID of the context. -
text
The default text. The maximum length is 254 characters. -
type
-
contextId
The ID of the context.- Returns:
this
.
-
text
The default text. The maximum length is 254 characters.- Returns:
this
.
-
type
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-