Klasse UpdateUserPropertyOperationSpec.UpdateUserPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateUserPropertyOperationSpec.UpdateUserPropertyOperationSpecBuilder
- Umschließende Klasse:
UpdateUserPropertyOperationSpec
public static class UpdateUserPropertyOperationSpec.UpdateUserPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(@NotNull UserPropertyUpdate body) The user property to be updated.build()The key of the user property.toString()The account ID of the user.
-
Methodendetails
-
userId
public UpdateUserPropertyOperationSpec.UpdateUserPropertyOperationSpecBuilder userId(@NotNull @NotNull String userId) The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192- Gibt zurück:
this.
-
key
public UpdateUserPropertyOperationSpec.UpdateUserPropertyOperationSpecBuilder key(@NotNull @NotNull String key) The key of the user property.- Gibt zurück:
this.
-
body
public UpdateUserPropertyOperationSpec.UpdateUserPropertyOperationSpecBuilder body(@NotNull @NotNull UserPropertyUpdate body) The user property to be updated.- Gibt zurück:
this.
-
build
-
toString
-