Klasse CustomFieldContextDefaultValueForgeGroupField
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValueForgeGroupField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueForgeGroupField
extends Object
CustomFieldContextDefaultValueForgeGroupField
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContextDefaultValueForgeGroupField
(String contextId, String groupId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueForgeGroupField
.CustomFieldContextDefaultValueForgeGroupField
(Consumer<CustomFieldContextDefaultValueForgeGroupField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeGroupField
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic CustomFieldContextDefaultValueForgeGroupField.CustomFieldContextDefaultValueForgeGroupFieldBuilder
builder()
protected boolean
The ID of the context.The ID of the context.boolean
groupId()
The ID of the the default group.The ID of the the default group.int
hashCode()
toString()
type()
-
Felddetails
-
contextId
The ID of the context. -
groupId
The ID of the the default group. -
type
-
-
Konstruktordetails
-
CustomFieldContextDefaultValueForgeGroupField
public CustomFieldContextDefaultValueForgeGroupField(Consumer<CustomFieldContextDefaultValueForgeGroupField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeGroupField
.- Parameter:
spec
- the specification to process
-
CustomFieldContextDefaultValueForgeGroupField
@Internal public CustomFieldContextDefaultValueForgeGroupField(String contextId, String groupId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueForgeGroupField
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueForgeGroupField(Consumer)
instead.- Parameter:
contextId
- The ID of the context.groupId
- The ID of the the default group.type
- var.name
-
CustomFieldContextDefaultValueForgeGroupField
protected CustomFieldContextDefaultValueForgeGroupField()
-
-
Methodendetails
-
builder
-
contextId
The ID of the context. -
groupId
The ID of the the default group. -
type
-
contextId
The ID of the context.- Gibt zurück:
this
.
-
groupId
The ID of the the default group.- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-