Class SetUserPropertyOperationSpec.SetUserPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetUserPropertyOperationSpec.SetUserPropertyOperationSpecBuilder
- Enclosing class:
- SetUserPropertyOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionThe account ID of the user, which uniquely identifies the user across all Atlassian products.The request containing the value of the property.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.
-
Method Details
-
propertyKey
public SetUserPropertyOperationSpec.SetUserPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the user's property. The maximum length is 255 characters.- Returns:
this
.
-
body
public SetUserPropertyOperationSpec.SetUserPropertyOperationSpecBuilder body(@NotNull @NotNull Object body) The request containing the value of the property. The value has to a valid, non-empty JSON array. The maximum length is 32768 characters.- Returns:
this
.
-
accountId
public SetUserPropertyOperationSpec.SetUserPropertyOperationSpecBuilder accountId(@Nullable @Nullable String accountId) The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Returns:
this
.
-
userKey
public SetUserPropertyOperationSpec.SetUserPropertyOperationSpecBuilder 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.- Returns:
this
.
-
username
public SetUserPropertyOperationSpec.SetUserPropertyOperationSpecBuilder 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.- Returns:
this
.
-
build
-
toString
-