Class MultipleCustomFieldValuesUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.MultipleCustomFieldValuesUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MultipleCustomFieldValuesUpdate
extends Object
MultipleCustomFieldValuesUpdate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MultipleCustomFieldValuesUpdate
(String customField, List<Long> issueIds, Object value) Constructs a validated instance ofMultipleCustomFieldValuesUpdate
.Constructs a validated instance ofMultipleCustomFieldValuesUpdate
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The ID or key of the custom field.customField
(String customField) The ID or key of the custom field.boolean
int
hashCode()
issueIds()
The list of issue IDs.The list of issue IDs.toString()
value()
The value for the custom field.The value for the custom field.
-
Field Details
-
customField
The ID or key of the custom field. For example,customfield_10010
. -
issueIds
The list of issue IDs. -
value
The value for the custom field. The value must be compatible with the [custom field type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#data-types) as follows: *string
the value must be a string. *number
the value must be a number. *datetime
the value must be a string that represents a date in the ISO format or the simplified extended ISO format. For example,"2023-01-18T12:00:00-03:00"
or"2023-01-18T12:00:00.000Z"
. However, the milliseconds part is ignored. *user
the value must be an object that contains theaccountId
field. *group
the value must be an object that contains the groupname
orgroupId
field. Because group names can change, we recommend usinggroupId
. A list of appropriate values must be provided if the field is of thelist
[collection type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#collection-types).
-
-
Constructor Details
-
MultipleCustomFieldValuesUpdate
Constructs a validated instance ofMultipleCustomFieldValuesUpdate
.- Parameters:
spec
- the specification to process
-
MultipleCustomFieldValuesUpdate
@Internal public MultipleCustomFieldValuesUpdate(String customField, List<Long> issueIds, Object value) Constructs a validated instance ofMultipleCustomFieldValuesUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MultipleCustomFieldValuesUpdate(Consumer)
instead.- Parameters:
customField
- The ID or key of the custom field. For example,customfield_10010
.issueIds
- The list of issue IDs.value
- The value for the custom field. The value must be compatible with the [custom field type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#data-types) as follows: *string
the value must be a string. *number
the value must be a number. *datetime
the value must be a string that represents a date in the ISO format or the simplified extended ISO format. For example,"2023-01-18T12:00:00-03:00"
or"2023-01-18T12:00:00.000Z"
. However, the milliseconds part is ignored. *user
the value must be an object that contains theaccountId
field. *group
the value must be an object that contains the groupname
orgroupId
field. Because group names can change, we recommend usinggroupId
. A list of appropriate values must be provided if the field is of thelist
[collection type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#collection-types).
-
MultipleCustomFieldValuesUpdate
protected MultipleCustomFieldValuesUpdate()
-
-
Method Details
-
builder
-
customField
The ID or key of the custom field. For example,customfield_10010
. -
issueIds
The list of issue IDs. -
value
The value for the custom field. The value must be compatible with the [custom field type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#data-types) as follows: *string
the value must be a string. *number
the value must be a number. *datetime
the value must be a string that represents a date in the ISO format or the simplified extended ISO format. For example,"2023-01-18T12:00:00-03:00"
or"2023-01-18T12:00:00.000Z"
. However, the milliseconds part is ignored. *user
the value must be an object that contains theaccountId
field. *group
the value must be an object that contains the groupname
orgroupId
field. Because group names can change, we recommend usinggroupId
. A list of appropriate values must be provided if the field is of thelist
[collection type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#collection-types). -
customField
The ID or key of the custom field. For example,customfield_10010
.- Returns:
this
.
-
issueIds
The list of issue IDs.- Returns:
this
.
-
value
The value for the custom field. The value must be compatible with the [custom field type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#data-types) as follows: *string
the value must be a string. *number
the value must be a number. *datetime
the value must be a string that represents a date in the ISO format or the simplified extended ISO format. For example,"2023-01-18T12:00:00-03:00"
or"2023-01-18T12:00:00.000Z"
. However, the milliseconds part is ignored. *user
the value must be an object that contains theaccountId
field. *group
the value must be an object that contains the groupname
orgroupId
field. Because group names can change, we recommend usinggroupId
. A list of appropriate values must be provided if the field is of thelist
[collection type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#collection-types).- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-