Klasse BulkIssuePropertyUpdateRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.BulkIssuePropertyUpdateRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkIssuePropertyUpdateRequest
extends Object
BulkIssuePropertyUpdateRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
EXPERIMENTAL.protected BulkIssuePropertyUpdateRequestFilter
protected Object
The value of the property. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
BulkIssuePropertyUpdateRequest
(String expression, BulkIssuePropertyUpdateRequestFilter filter, Object value) Constructs a validated instance ofBulkIssuePropertyUpdateRequest
.Constructs a validated instance ofBulkIssuePropertyUpdateRequest
. -
Methodenübersicht
-
Felddetails
-
expression
EXPERIMENTAL. The Jira expression to calculate the value of the property. The value of the expression must be an object that can be converted to JSON, such as a number, boolean, string, list, or map. The context variables available to the expression areissue
anduser
. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored. -
filter
-
value
The value of the property. The value must be a [valid](https://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters.
-
-
Konstruktordetails
-
BulkIssuePropertyUpdateRequest
Constructs a validated instance ofBulkIssuePropertyUpdateRequest
.- Parameter:
spec
- the specification to process
-
BulkIssuePropertyUpdateRequest
@Internal public BulkIssuePropertyUpdateRequest(String expression, BulkIssuePropertyUpdateRequestFilter filter, Object value) Constructs a validated instance ofBulkIssuePropertyUpdateRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
BulkIssuePropertyUpdateRequest(Consumer)
instead.- Parameter:
expression
- EXPERIMENTAL. The Jira expression to calculate the value of the property. The value of the expression must be an object that can be converted to JSON, such as a number, boolean, string, list, or map. The context variables available to the expression areissue
anduser
. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored.filter
- var.namevalue
- The value of the property. The value must be a [valid](https://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters.
-
BulkIssuePropertyUpdateRequest
protected BulkIssuePropertyUpdateRequest()
-
-
Methodendetails
-
builder
-
expression
EXPERIMENTAL. The Jira expression to calculate the value of the property. The value of the expression must be an object that can be converted to JSON, such as a number, boolean, string, list, or map. The context variables available to the expression areissue
anduser
. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored. -
filter
-
value
The value of the property. The value must be a [valid](https://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters. -
expression
EXPERIMENTAL. The Jira expression to calculate the value of the property. The value of the expression must be an object that can be converted to JSON, such as a number, boolean, string, list, or map. The context variables available to the expression areissue
anduser
. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored.- Gibt zurück:
this
.
-
filter
- Gibt zurück:
this
.
-
value
The value of the property. The value must be a [valid](https://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-