Class CustomFieldContextDefaultValueForgeMultiUserField
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextDefaultValueForgeMultiUserField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueForgeMultiUserField
extends Object
CustomFieldContextDefaultValueForgeMultiUserField
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomFieldContextDefaultValueForgeMultiUserField(Consumer<CustomFieldContextDefaultValueForgeMultiUserField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeMultiUserField.CustomFieldContextDefaultValueForgeMultiUserField(List<String> accountIds, String contextId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueForgeMultiUserField. -
Method Summary
-
Field Details
-
accountIds
The IDs of the default users. -
contextId
The ID of the context. -
type
-
-
Constructor Details
-
CustomFieldContextDefaultValueForgeMultiUserField
public CustomFieldContextDefaultValueForgeMultiUserField(Consumer<CustomFieldContextDefaultValueForgeMultiUserField> spec) Constructs a validated instance ofCustomFieldContextDefaultValueForgeMultiUserField.- Parameters:
spec- the specification to process
-
CustomFieldContextDefaultValueForgeMultiUserField
@Internal public CustomFieldContextDefaultValueForgeMultiUserField(List<String> accountIds, String contextId, String type) Constructs a validated instance ofCustomFieldContextDefaultValueForgeMultiUserField.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueForgeMultiUserField(Consumer)instead.- Parameters:
accountIds- The IDs of the default users.contextId- The ID of the context.type- type
-
CustomFieldContextDefaultValueForgeMultiUserField
protected CustomFieldContextDefaultValueForgeMultiUserField()
-
-
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
-