Class GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder
- Enclosing class:
- GetAllProjectsOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Use [expand](#expansion) to include additional information in the response.properties
(@Nullable List<String> properties) A list of project properties to return for the project.Returns the user's most recently accessed projects.toString()
-
Method Details
-
expand
public GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expanded options include: *description
Returns the project description. *issueTypes
Returns all issue types associated with the project. *lead
Returns information about the project lead. *projectKeys
Returns all project keys associated with the project.- Returns:
this
.
-
recent
public GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder recent(@Nullable @Nullable Integer recent) Returns the user's most recently accessed projects. You may specify the number of results to return up to a maximum of 20. If access is anonymous, then the recently accessed projects are based on the current HTTP session.- Returns:
this
.
-
properties
public GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder 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
-