Klasse GetProjectRoleOperationSpec.GetProjectRoleOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetProjectRoleOperationSpec.GetProjectRoleOperationSpecBuilder
- Umschließende Klasse:
GetProjectRoleOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
projectIdOrKey
public GetProjectRoleOperationSpec.GetProjectRoleOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Gibt zurück:
this
.
-
id
The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs.- Gibt zurück:
this
.
-
excludeInactiveUsers
public GetProjectRoleOperationSpec.GetProjectRoleOperationSpecBuilder excludeInactiveUsers(@Nullable @Nullable Boolean excludeInactiveUsers) Exclude inactive users.- Gibt zurück:
this
.
-
build
-
toString
-