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