Klasse DeleteUserPropertyOperationSpec.DeleteUserPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteUserPropertyOperationSpec.DeleteUserPropertyOperationSpecBuilder
- Umschließende Klasse:
DeleteUserPropertyOperationSpec
public static class DeleteUserPropertyOperationSpec.DeleteUserPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe account ID of the user, which uniquely identifies the user across all Atlassian products.build()
propertyKey
(@NotNull String propertyKey) The key of the user's property.toString()
This parameter is no longer available and will be removed from the documentation soon.This parameter is no longer available and will be removed from the documentation soon.
-
Methodendetails
-
propertyKey
public DeleteUserPropertyOperationSpec.DeleteUserPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the user's property.- Gibt zurück:
this
.
-
accountId
public DeleteUserPropertyOperationSpec.DeleteUserPropertyOperationSpecBuilder accountId(@Nullable @Nullable String accountId) The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Gibt zurück:
this
.
-
userKey
public DeleteUserPropertyOperationSpec.DeleteUserPropertyOperationSpecBuilder userKey(@Nullable @Nullable String userKey) This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.- Gibt zurück:
this
.
-
username
public DeleteUserPropertyOperationSpec.DeleteUserPropertyOperationSpecBuilder username(@Nullable @Nullable String username) This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.- Gibt zurück:
this
.
-
build
-
toString
-