Klasse User.UserBuilder

java.lang.Object
io.github.primelib.jira4j.restv3.model.User.UserBuilder
Umschließende Klasse:
User

public static class User.UserBuilder extends Object
  • Methodendetails

    • accountId

      public User.UserBuilder accountId(String accountId)
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.
      Gibt zurück:
      this.
    • accountType

      public User.UserBuilder accountType(User.AccountTypeEnum accountType)
      The user account type. Can take the following values: * atlassian regular Atlassian user account * app system account used for Connect applications and OAuth to represent external systems * customer Jira Service Desk account representing an external service desk
      Gibt zurück:
      this.
    • active

      public User.UserBuilder active(Boolean active)
      Whether the user is active.
      Gibt zurück:
      this.
    • applicationRoles

      public User.UserBuilder applicationRoles(UserApplicationRoles applicationRoles)
      Gibt zurück:
      this.
    • avatarUrls

      public User.UserBuilder avatarUrls(UserAvatarUrls avatarUrls)
      Gibt zurück:
      this.
    • displayName

      public User.UserBuilder 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.
    • emailAddress

      public User.UserBuilder emailAddress(String emailAddress)
      The email address of the user. Depending on the user’s privacy setting, this may be returned as null.
      Gibt zurück:
      this.
    • expand

      public User.UserBuilder expand(String expand)
      Expand options that include additional user details in the response.
      Gibt zurück:
      this.
    • groups

      public User.UserBuilder groups(UserGroups groups)
      Gibt zurück:
      this.
    • key

      public User.UserBuilder key(String key)
      This property 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.
      Gibt zurück:
      this.
    • locale

      public User.UserBuilder locale(String locale)
      The locale of the user. Depending on the user’s privacy setting, this may be returned as null.
      Gibt zurück:
      this.
    • name

      public User.UserBuilder name(String name)
      This property 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.
      Gibt zurück:
      this.
    • self

      public User.UserBuilder self(URI self)
      The URL of the user.
      Gibt zurück:
      this.
    • timeZone

      public User.UserBuilder timeZone(String timeZone)
      The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.
      Gibt zurück:
      this.
    • build

      public User build()
    • toString

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