Klasse UpdateCustomFieldValueOperationSpec.UpdateCustomFieldValueOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateCustomFieldValueOperationSpec.UpdateCustomFieldValueOperationSpecBuilder
- Umschließende Klasse:
UpdateCustomFieldValueOperationSpec
public static class UpdateCustomFieldValueOperationSpec.UpdateCustomFieldValueOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
customFieldValueUpdateDetails
(@NotNull CustomFieldValueUpdateDetails customFieldValueUpdateDetails) fieldIdOrKey
(@NotNull String fieldIdOrKey) The ID or key of the custom field.generateChangelog
(@Nullable Boolean generateChangelog) Whether to generate a changelog for this update.toString()
-
Methodendetails
-
fieldIdOrKey
public UpdateCustomFieldValueOperationSpec.UpdateCustomFieldValueOperationSpecBuilder fieldIdOrKey(@NotNull @NotNull String fieldIdOrKey) The ID or key of the custom field. For example,customfield_10010
.- Gibt zurück:
this
.
-
customFieldValueUpdateDetails
public UpdateCustomFieldValueOperationSpec.UpdateCustomFieldValueOperationSpecBuilder customFieldValueUpdateDetails(@NotNull @NotNull CustomFieldValueUpdateDetails customFieldValueUpdateDetails) - Gibt zurück:
this
.
-
generateChangelog
public UpdateCustomFieldValueOperationSpec.UpdateCustomFieldValueOperationSpecBuilder generateChangelog(@Nullable @Nullable Boolean generateChangelog) Whether to generate a changelog for this update.- Gibt zurück:
this
.
-
build
-
toString
-