Class GetProjectRoleOperationSpec.GetProjectRoleOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetProjectRoleOperationSpec.GetProjectRoleOperationSpecBuilder
- Enclosing class:
- GetProjectRoleOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
excludeInactiveUsers
(@Nullable Boolean excludeInactiveUsers) Exclude inactive users.The ID of the project role.projectIdOrKey
(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).toString()
-
Method Details
-
projectIdOrKey
public GetProjectRoleOperationSpec.GetProjectRoleOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Returns:
this
.
-
id
The ID of the project role. Use [Get all project roles](#api-rest-api-2-role-get) to get a list of project role IDs.- Returns:
this
.
-
excludeInactiveUsers
public GetProjectRoleOperationSpec.GetProjectRoleOperationSpecBuilder excludeInactiveUsers(@Nullable @Nullable Boolean excludeInactiveUsers) Exclude inactive users.- Returns:
this
.
-
build
-
toString
-