Klasse CustomFieldContextDefaultValueForgeStringField
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextDefaultValueForgeStringField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueForgeStringField
extends Object
CustomFieldContextDefaultValueForgeStringField
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
CustomFieldContextDefaultValueForgeStringField.CustomFieldContextDefaultValueForgeStringFieldBuilder
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContextDefaultValueForgeStringField
(String contextId, String text, String type) Constructs a validated instance ofCustomFieldContextDefaultValueForgeStringField
.CustomFieldContextDefaultValueForgeStringField
(Consumer<CustomFieldContextDefaultValueForgeStringField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeStringField
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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()
-
Felddetails
-
contextId
The ID of the context. -
text
The default text. The maximum length is 254 characters. -
type
-
-
Konstruktordetails
-
CustomFieldContextDefaultValueForgeStringField
public CustomFieldContextDefaultValueForgeStringField(Consumer<CustomFieldContextDefaultValueForgeStringField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeStringField
.- Parameter:
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.- Parameter:
contextId
- The ID of the context.text
- The default text. The maximum length is 254 characters.type
- var.name
-
CustomFieldContextDefaultValueForgeStringField
protected CustomFieldContextDefaultValueForgeStringField()
-
-
Methodendetails
-
builder
-
contextId
The ID of the context. -
text
The default text. The maximum length is 254 characters. -
type
-
contextId
The ID of the context.- Gibt zurück:
this
.
-
text
The default text. The maximum length is 254 characters.- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-