Klasse GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder
- Umschließende Klasse:
GetMyPermissionsOperationSpec
public static class GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the comment.The ID of the issue.The key of the issue.permissions
(@Nullable String permissions) A list of permission keys.projectConfigurationUuid
(@Nullable String projectConfigurationUuid) The ID of project.projectKey
(@Nullable String projectKey) The key of project.projectUuid
(@Nullable String projectUuid) toString()
-
Methodendetails
-
projectKey
public GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder projectKey(@Nullable @Nullable String projectKey) The key of project. Ignored ifprojectId
is provided.- Gibt zurück:
this
.
-
projectId
public GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder projectId(@Nullable @Nullable String projectId) The ID of project.- Gibt zurück:
this
.
-
issueKey
public GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder issueKey(@Nullable @Nullable String issueKey) The key of the issue. Ignored ifissueId
is provided.- Gibt zurück:
this
.
-
issueId
public GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder issueId(@Nullable @Nullable String issueId) The ID of the issue.- Gibt zurück:
this
.
-
permissions
public GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder permissions(@Nullable @Nullable String permissions) A list of permission keys. (Required) This parameter accepts a comma-separated list. To get the list of available permissions, use [Get all permissions](#api-rest-api-2-permissions-get).- Gibt zurück:
this
.
-
projectUuid
public GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder projectUuid(@Nullable @Nullable String projectUuid) - Gibt zurück:
this
.
-
projectConfigurationUuid
public GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder projectConfigurationUuid(@Nullable @Nullable String projectConfigurationUuid) - Gibt zurück:
this
.
-
commentId
public GetMyPermissionsOperationSpec.GetMyPermissionsOperationSpecBuilder commentId(@Nullable @Nullable String commentId) The ID of the comment.- Gibt zurück:
this
.
-
build
-
toString
-