Class CustomFieldContextDefaultValueMultiUserPicker
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValueMultiUserPicker
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueMultiUserPicker
extends Object
CustomFieldContextDefaultValueMultiUserPicker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CustomFieldContextDefaultValueMultiUserPicker
(Consumer<CustomFieldContextDefaultValueMultiUserPicker> spec) Constructs a validated instance ofCustomFieldContextDefaultValueMultiUserPicker
.CustomFieldContextDefaultValueMultiUserPicker
(List<String> accountIds, String contextId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueMultiUserPicker
. -
Method Summary
Modifier and TypeMethodDescriptionThe IDs of the default users.accountIds
(List<String> accountIds) The IDs of the default users.static CustomFieldContextDefaultValueMultiUserPicker.CustomFieldContextDefaultValueMultiUserPickerBuilder
builder()
protected boolean
The ID of the context.The ID of the context.boolean
int
hashCode()
toString()
type()
-
Field Details
-
accountIds
The IDs of the default users. -
contextId
The ID of the context. -
type
-
-
Constructor Details
-
CustomFieldContextDefaultValueMultiUserPicker
public CustomFieldContextDefaultValueMultiUserPicker(Consumer<CustomFieldContextDefaultValueMultiUserPicker> spec) Constructs a validated instance ofCustomFieldContextDefaultValueMultiUserPicker
.- Parameters:
spec
- the specification to process
-
CustomFieldContextDefaultValueMultiUserPicker
@Internal public CustomFieldContextDefaultValueMultiUserPicker(List<String> accountIds, String contextId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueMultiUserPicker
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueMultiUserPicker(Consumer)
instead.- Parameters:
accountIds
- The IDs of the default users.contextId
- The ID of the context.type
- type
-
CustomFieldContextDefaultValueMultiUserPicker
protected CustomFieldContextDefaultValueMultiUserPicker()
-
-
Method Details
-
builder
-
accountIds
The IDs of the default users. -
contextId
The ID of the context. -
type
-
accountIds
The IDs of the default users.- Returns:
this
.
-
contextId
The ID of the context.- Returns:
this
.
-
type
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-