Class UserBean.UserBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.UserBean.UserBeanBuilder
- Enclosing class:
- UserBean
-
Method Summary
Modifier and TypeMethodDescriptionThe account ID of the user, which uniquely identifies the user across all Atlassian products.Whether the user is active.avatarUrls(UserBeanAvatarUrls avatarUrls) build()displayName(String displayName) The display name of the user.This property is deprecated in favor ofaccountIdbecause of privacy changes.This property is deprecated in favor ofaccountIdbecause of privacy changes.The URL of the user.toString()
-
Method Details
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Returns:
this.
-
active
Whether the user is active.- Returns:
this.
-
avatarUrls
- Returns:
this.
-
displayName
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.- Returns:
this.
-
key
This property is deprecated in favor ofaccountIdbecause of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The key of the user.- Returns:
this.
-
name
This property is deprecated in favor ofaccountIdbecause of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The username of the user.- Returns:
this.
-
self
The URL of the user.- Returns:
this.
-
build
-
toString
-