Klasse RemoveWatcherOperationSpec.RemoveWatcherOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.RemoveWatcherOperationSpec.RemoveWatcherOperationSpecBuilder
- Umschließende Klasse:
RemoveWatcherOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe account ID of the user, which uniquely identifies the user across all Atlassian products.build()
issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.toString()
This parameter is no longer available.
-
Methodendetails
-
issueIdOrKey
public RemoveWatcherOperationSpec.RemoveWatcherOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Gibt zurück:
this
.
-
username
public RemoveWatcherOperationSpec.RemoveWatcherOperationSpecBuilder username(@Nullable @Nullable String username) This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.- Gibt zurück:
this
.
-
accountId
public RemoveWatcherOperationSpec.RemoveWatcherOperationSpecBuilder accountId(@Nullable @Nullable String accountId) The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required.- Gibt zurück:
this
.
-
build
-
toString
-