Klasse CustomFieldValueUpdate
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldValueUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldValueUpdate
extends Object
CustomFieldValueUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofCustomFieldValueUpdate
.CustomFieldValueUpdate
(List<Long> issueIds, Object value) Constructs a validated instance ofCustomFieldValueUpdate
. -
Methodenübersicht
-
Felddetails
-
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).
-
-
Konstruktordetails
-
CustomFieldValueUpdate
Constructs a validated instance ofCustomFieldValueUpdate
.- Parameter:
spec
- the specification to process
-
CustomFieldValueUpdate
Constructs a validated instance ofCustomFieldValueUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldValueUpdate(Consumer)
instead.- Parameter:
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).
-
CustomFieldValueUpdate
protected CustomFieldValueUpdate()
-
-
Methodendetails
-
builder
-
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). -
issueIds
The list of issue IDs.- Gibt zurück:
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).- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-