Class GetProjectOperationSpec.GetProjectOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetProjectOperationSpec.GetProjectOperationSpecBuilder
- Enclosing class:
- GetProjectOperationSpec
-
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).properties
(@Nullable List<String> properties) A list of project properties to return for the project.toString()
-
Method Details
-
projectIdOrKey
public GetProjectOperationSpec.GetProjectOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Returns:
this
.
-
expand
public GetProjectOperationSpec.GetProjectOperationSpecBuilder 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. *issueTypeHierarchy
The project issue type hierarchy.- Returns:
this
.
-
properties
public GetProjectOperationSpec.GetProjectOperationSpecBuilder properties(@Nullable @Nullable List<String> properties) A list of project properties to return for the project. This parameter accepts a comma-separated list.- Returns:
this
.
-
build
-
toString
-