Klasse DeleteComponentOperationSpec.DeleteComponentOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteComponentOperationSpec.DeleteComponentOperationSpecBuilder
- Umschließende Klasse:
DeleteComponentOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the component.moveIssuesTo
(@Nullable String moveIssuesTo) The ID of the component to replace the deleted component.toString()
-
Methodendetails
-
id
public DeleteComponentOperationSpec.DeleteComponentOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the component.- Gibt zurück:
this
.
-
moveIssuesTo
public DeleteComponentOperationSpec.DeleteComponentOperationSpecBuilder moveIssuesTo(@Nullable @Nullable String moveIssuesTo) The ID of the component to replace the deleted component. If this value is null no replacement is made.- Gibt zurück:
this
.
-
build
-
toString
-