Klasse UpdateProjectOperationSpec.UpdateProjectOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateProjectOperationSpec.UpdateProjectOperationSpecBuilder
- Umschließende Klasse:
UpdateProjectOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Use [expand](#expansion) to include additional information in the response.projectIdOrKey
(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).toString()
updateProjectDetails
(@NotNull UpdateProjectDetails updateProjectDetails) The project details to be updated.
-
Methodendetails
-
projectIdOrKey
public UpdateProjectOperationSpec.UpdateProjectOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Gibt zurück:
this
.
-
updateProjectDetails
public UpdateProjectOperationSpec.UpdateProjectOperationSpecBuilder updateProjectDetails(@NotNull @NotNull UpdateProjectDetails updateProjectDetails) The project details to be updated.- Gibt zurück:
this
.
-
expand
public UpdateProjectOperationSpec.UpdateProjectOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include: *description
The project description. *issueTypes
The issue types associated with the project. *lead
The project lead. *projectKeys
All project keys associated with the project.- Gibt zurück:
this
.
-
build
-
toString
-