Klasse IssueEntityPropertiesForMultiUpdate
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueEntityPropertiesForMultiUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueEntityPropertiesForMultiUpdate
extends Object
IssueEntityPropertiesForMultiUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueEntityPropertiesForMultiUpdate
(Long issueID, Map<String, JsonNode> properties) Constructs a validated instance ofIssueEntityPropertiesForMultiUpdate
.Constructs a validated instance ofIssueEntityPropertiesForMultiUpdate
. -
Methodenübersicht
-
Felddetails
-
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.
-
-
Konstruktordetails
-
IssueEntityPropertiesForMultiUpdate
Constructs a validated instance ofIssueEntityPropertiesForMultiUpdate
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
properties
Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-