Klasse GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder
- Umschließende Klasse:
GetAllProjectsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()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()
-
Methodendetails
-
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: *descriptionReturns the project description. *issueTypesReturns all issue types associated with the project. *leadReturns information about the project lead. *projectKeysReturns all project keys associated with the project.- Gibt zurück:
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.- Gibt zurück:
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.- Gibt zurück:
this.
-
build
-
toString
-