Klasse UserBean.UserBeanBuilder

java.lang.Object
io.github.primelib.jira4j.restv3.model.UserBean.UserBeanBuilder
Umschließende Klasse:
UserBean

public static class UserBean.UserBeanBuilder extends Object
  • Methodendetails

    • accountId

      public UserBean.UserBeanBuilder accountId(String accountId)
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
      Gibt zurück:
      this.
    • active

      public UserBean.UserBeanBuilder active(Boolean active)
      Whether the user is active.
      Gibt zurück:
      this.
    • avatarUrls

      public UserBean.UserBeanBuilder avatarUrls(UserBeanAvatarUrls avatarUrls)
      Gibt zurück:
      this.
    • displayName

      public UserBean.UserBeanBuilder displayName(String 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

      public UserBean.UserBeanBuilder key(String key)
      This property is deprecated in favor of accountId 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

      public UserBean.UserBeanBuilder name(String name)
      This property is deprecated in favor of accountId 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

      public UserBean.UserBeanBuilder self(URI self)
      The URL of the user.
      Gibt zurück:
      this.
    • build

      public UserBean build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object