Class GetProjectVersionsOperationSpec.GetProjectVersionsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetProjectVersionsOperationSpec.GetProjectVersionsOperationSpecBuilder
- Enclosing class:
- GetProjectVersionsOperationSpec
public static class GetProjectVersionsOperationSpec.GetProjectVersionsOperationSpecBuilder
extends Object
-
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()
-
Method Details
-
projectIdOrKey
public GetProjectVersionsOperationSpec.GetProjectVersionsOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Returns:
this
.
-
expand
public GetProjectVersionsOperationSpec.GetProjectVersionsOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information in the response. This parameter acceptsoperations
, which returns actions that can be performed on the version.- Returns:
this
.
-
build
-
toString
-