Klasse CreateUserPropertyOperationSpec.CreateUserPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.CreateUserPropertyOperationSpec.CreateUserPropertyOperationSpecBuilder
- Umschließende Klasse:
CreateUserPropertyOperationSpec
public static class CreateUserPropertyOperationSpec.CreateUserPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(@NotNull UserPropertyCreate body) The user property to be created.build()The key of the user property.toString()The account ID of the user.
-
Methodendetails
-
userId
public CreateUserPropertyOperationSpec.CreateUserPropertyOperationSpecBuilder 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 CreateUserPropertyOperationSpec.CreateUserPropertyOperationSpecBuilder key(@NotNull @NotNull String key) The key of the user property.- Gibt zurück:
this.
-
body
public CreateUserPropertyOperationSpec.CreateUserPropertyOperationSpecBuilder body(@NotNull @NotNull UserPropertyCreate body) The user property to be created.- Gibt zurück:
this.
-
build
-
toString
-