Class GetProjectRoleDetailsOperationSpec.GetProjectRoleDetailsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetProjectRoleDetailsOperationSpec.GetProjectRoleDetailsOperationSpecBuilder
- Enclosing class:
- GetProjectRoleDetailsOperationSpec
public static class GetProjectRoleDetailsOperationSpec.GetProjectRoleDetailsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()currentMember(@Nullable Boolean currentMember) Whether the roles should be filtered to include only those the user is assigned to.excludeConnectAddons(@Nullable Boolean excludeConnectAddons) projectIdOrKey(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).toString()
-
Method Details
-
projectIdOrKey
public GetProjectRoleDetailsOperationSpec.GetProjectRoleDetailsOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Returns:
this.
-
currentMember
public GetProjectRoleDetailsOperationSpec.GetProjectRoleDetailsOperationSpecBuilder currentMember(@Nullable @Nullable Boolean currentMember) Whether the roles should be filtered to include only those the user is assigned to.- Returns:
this.
-
excludeConnectAddons
public GetProjectRoleDetailsOperationSpec.GetProjectRoleDetailsOperationSpecBuilder excludeConnectAddons(@Nullable @Nullable Boolean excludeConnectAddons) - Returns:
this.
-
build
-
toString
-