Class UpdateProjectOperationSpec.UpdateProjectOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateProjectOperationSpec.UpdateProjectOperationSpecBuilder
- Enclosing class:
- UpdateProjectOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
projectIdOrKey
public UpdateProjectOperationSpec.UpdateProjectOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Returns:
this
.
-
updateProjectDetails
public UpdateProjectOperationSpec.UpdateProjectOperationSpecBuilder updateProjectDetails(@NotNull @NotNull UpdateProjectDetails updateProjectDetails) The project details to be updated.- Returns:
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.- Returns:
this
.
-
build
-
toString
-