Klasse CommentAuthor.CommentAuthorBuilder

java.lang.Object
io.github.primelib.jira4j.restv3.model.CommentAuthor.CommentAuthorBuilder
Umschließende Klasse:
CommentAuthor

public static class CommentAuthor.CommentAuthorBuilder extends Object
  • Methodendetails

    • accountId

      public CommentAuthor.CommentAuthorBuilder 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.
    • accountType

      public CommentAuthor.CommentAuthorBuilder accountType(String accountType)
      The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)
      Gibt zurück:
      this.
    • active

      Whether the user is active.
      Gibt zurück:
      this.
    • avatarUrls

      public CommentAuthor.CommentAuthorBuilder avatarUrls(UserAvatarUrls avatarUrls)
      Gibt zurück:
      this.
    • displayName

      public CommentAuthor.CommentAuthorBuilder displayName(String displayName)
      The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.
      Gibt zurück:
      this.
    • emailAddress

      public CommentAuthor.CommentAuthorBuilder emailAddress(String emailAddress)
      The email address of the user. Depending on the user’s privacy settings, this may be returned as null.
      Gibt zurück:
      this.
    • 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.
    • 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

      The URL of the user.
      Gibt zurück:
      this.
    • timeZone

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

      public CommentAuthor build()
    • toString

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