Klasse CustomFieldContextSingleUserPickerDefaults
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextSingleUserPickerDefaults
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextSingleUserPickerDefaults
extends Object
CustomFieldContextSingleUserPickerDefaults
-
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
CustomFieldContextSingleUserPickerDefaults
(String accountId, String contextId, String type, UserFilter userFilter) Constructs a validated instance ofCustomFieldContextSingleUserPickerDefaults
.CustomFieldContextSingleUserPickerDefaults
(Consumer<CustomFieldContextSingleUserPickerDefaults> spec) Constructs a validated instance ofCustomFieldContextSingleUserPickerDefaults
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe ID of the default user.The ID of the default user.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
-
CustomFieldContextSingleUserPickerDefaults
public CustomFieldContextSingleUserPickerDefaults(Consumer<CustomFieldContextSingleUserPickerDefaults> spec) Constructs a validated instance ofCustomFieldContextSingleUserPickerDefaults
.- Parameter:
spec
- the specification to process
-
CustomFieldContextSingleUserPickerDefaults
@Internal public CustomFieldContextSingleUserPickerDefaults(String accountId, String contextId, String type, UserFilter userFilter) Constructs a validated instance ofCustomFieldContextSingleUserPickerDefaults
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextSingleUserPickerDefaults(Consumer)
instead.- Parameter:
accountId
- The ID of the default user.contextId
- The ID of the context.type
- typeuserFilter
- userFilter
-
CustomFieldContextSingleUserPickerDefaults
protected CustomFieldContextSingleUserPickerDefaults()
-
-
Methodendetails
-
builder
public static CustomFieldContextSingleUserPickerDefaults.CustomFieldContextSingleUserPickerDefaultsBuilder 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
-