Klasse NewUserDetails.NewUserDetailsBuilder

java.lang.Object
io.github.primelib.jira4j.restv3.model.NewUserDetails.NewUserDetailsBuilder
Umschließende Klasse:
NewUserDetails

public static class NewUserDetails.NewUserDetailsBuilder extends Object
  • Methodendetails

    • applicationKeys

      public NewUserDetails.NewUserDetailsBuilder applicationKeys(List<String> applicationKeys)
      Deprecated, do not use.
      Gibt zurück:
      this.
    • displayName

      public NewUserDetails.NewUserDetailsBuilder displayName(String displayName)
      This property is no longer available. If the user has an Atlassian account, their display name is not changed. If the user does not have an Atlassian account, they are sent an email asking them set up an account.
      Gibt zurück:
      this.
    • emailAddress

      public NewUserDetails.NewUserDetailsBuilder emailAddress(String emailAddress)
      The email address for the user.
      Gibt zurück:
      this.
    • key

      This property is no longer available. See the [migration guide](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. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
      Gibt zurück:
      this.
    • password

      public NewUserDetails.NewUserDetailsBuilder password(String password)
      This property is no longer available. If the user has an Atlassian account, their password is not changed. If the user does not have an Atlassian account, they are sent an email asking them set up an account.
      Gibt zurück:
      this.
    • products

      public NewUserDetails.NewUserDetailsBuilder products(Set<String> products)
      Products the new user has access to. Valid products are: jira-core, jira-servicedesk, jira-product-discovery, jira-software. If left empty, the user will get default product access. To create a user without product access, set this field to be an empty array.
      Gibt zurück:
      this.
    • self

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

      public NewUserDetails build()
    • toString

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