Class BulkIssuePropertyUpdateRequest
java.lang.Object
io.github.primelib.jira4j.restv2.model.BulkIssuePropertyUpdateRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkIssuePropertyUpdateRequest
extends Object
BulkIssuePropertyUpdateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringEXPERIMENTAL.protected IssueFilterForBulkPropertySetprotected ObjectThe value of the property. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBulkIssuePropertyUpdateRequest(String expression, IssueFilterForBulkPropertySet filter, Object value) Constructs a validated instance ofBulkIssuePropertyUpdateRequest.Constructs a validated instance ofBulkIssuePropertyUpdateRequest. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanEXPERIMENTAL.expression(String expression) EXPERIMENTAL.filter()filter(IssueFilterForBulkPropertySet filter) inthashCode()toString()value()The value of the property.The value of the property.
-
Field Details
-
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 areissueanduser. 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.
-
-
Constructor Details
-
BulkIssuePropertyUpdateRequest
Constructs a validated instance ofBulkIssuePropertyUpdateRequest.- Parameters:
spec- the specification to process
-
BulkIssuePropertyUpdateRequest
@Internal public BulkIssuePropertyUpdateRequest(String expression, IssueFilterForBulkPropertySet 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.- Parameters:
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 areissueanduser. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored.filter- filtervalue- 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()
-
-
Method Details
-
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 areissueanduser. 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 areissueanduser. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored.- Returns:
this.
-
filter
- Returns:
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.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-