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