Klasse UserBean.UserBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.UserBean.UserBeanBuilder
- Umschließende Klasse:
UserBean
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe 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 ofaccountId
because of privacy changes.This property is deprecated in favor ofaccountId
because of privacy changes.The URL of the user.toString()
-
Methodendetails
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Gibt zurück:
this
.
-
active
Whether the user is active.- Gibt zurück:
this
.
-
avatarUrls
- Gibt zurück:
this
.
-
displayName
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.- Gibt zurück:
this
.
-
key
This property is deprecated in favor ofaccountId
because 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.- Gibt zurück:
this
.
-
name
This property is deprecated in favor ofaccountId
because 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.- Gibt zurück:
this
.
-
self
The URL of the user.- Gibt zurück:
this
.
-
build
-
toString
-