Class UserKey.UserKeyBuilder

java.lang.Object
io.github.primelib.jira4j.restv3.model.UserKey.UserKeyBuilder
Enclosing class:
UserKey

public static class UserKey.UserKeyBuilder extends Object
  • Method Details

    • accountId

      public UserKey.UserKeyBuilder accountId(String accountId)
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.
      Returns:
      this.
    • key

      public UserKey.UserKeyBuilder 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.
      Returns:
      this.
    • build

      public UserKey build()
    • toString

      public String toString()
      Overrides:
      toString in class Object