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