Class CustomFieldContextSingleUserPickerDefaults
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextSingleUserPickerDefaults
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextSingleUserPickerDefaults
extends Object
CustomFieldContextSingleUserPickerDefaults
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ID of the default user.protected StringThe ID of the context.protected Stringprotected UserFilter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomFieldContextSingleUserPickerDefaults(String accountId, String contextId, String type, UserFilter userFilter) Constructs a validated instance ofCustomFieldContextSingleUserPickerDefaults.CustomFieldContextSingleUserPickerDefaults(Consumer<CustomFieldContextSingleUserPickerDefaults> spec) Constructs a validated instance ofCustomFieldContextSingleUserPickerDefaults. -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the default user.The ID of the default user.builder()protected booleanThe ID of the context.The ID of the context.booleaninthashCode()toString()type()userFilter(UserFilter userFilter)
-
Field Details
-
accountId
The ID of the default user. -
contextId
The ID of the context. -
type
-
userFilter
-
-
Constructor Details
-
CustomFieldContextSingleUserPickerDefaults
public CustomFieldContextSingleUserPickerDefaults(Consumer<CustomFieldContextSingleUserPickerDefaults> spec) Constructs a validated instance ofCustomFieldContextSingleUserPickerDefaults.- Parameters:
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.- Parameters:
accountId- The ID of the default user.contextId- The ID of the context.type- typeuserFilter- userFilter
-
CustomFieldContextSingleUserPickerDefaults
protected CustomFieldContextSingleUserPickerDefaults()
-
-
Method Details
-
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.- Returns:
this.
-
contextId
The ID of the context.- Returns:
this.
-
type
- Returns:
this.
-
userFilter
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-