Class IssueEntityPropertiesForMultiUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueEntityPropertiesForMultiUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueEntityPropertiesForMultiUpdate
extends Object
IssueEntityPropertiesForMultiUpdate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IssueEntityPropertiesForMultiUpdate
(Long issueID, Map<String, JsonNode> properties) Constructs a validated instance ofIssueEntityPropertiesForMultiUpdate
.Constructs a validated instance ofIssueEntityPropertiesForMultiUpdate
. -
Method Summary
-
Field Details
-
issueID
The ID of the issue. -
properties
Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters.
-
-
Constructor Details
-
IssueEntityPropertiesForMultiUpdate
Constructs a validated instance ofIssueEntityPropertiesForMultiUpdate
.- Parameters:
spec
- the specification to process
-
IssueEntityPropertiesForMultiUpdate
Constructs a validated instance ofIssueEntityPropertiesForMultiUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueEntityPropertiesForMultiUpdate(Consumer)
instead.- Parameters:
issueID
- The ID of the issue.properties
- Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters.
-
IssueEntityPropertiesForMultiUpdate
protected IssueEntityPropertiesForMultiUpdate()
-
-
Method Details
-
builder
public static IssueEntityPropertiesForMultiUpdate.IssueEntityPropertiesForMultiUpdateBuilder builder() -
issueID
The ID of the issue. -
properties
Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters. -
issueID
The ID of the issue.- Returns:
this
.
-
properties
Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-