Klasse NewUserDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.NewUserDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NewUserDetails
extends Object
NewUserDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungDeprecated, do not use.protected String
This property is no longer available.protected String
The email address for the user.protected String
This property is no longer available.protected String
This property is no longer available.protected String
This property is no longer available.Products the new user has access to.protected String
The URL of the user. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
NewUserDetails
(Consumer<NewUserDetails> spec) Constructs a validated instance ofNewUserDetails
.NewUserDetails
(List<String> applicationKeys, String displayName, String emailAddress, String key, String name, String password, Set<String> products, String self) Constructs a validated instance ofNewUserDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungDeprecated, do not use.applicationKeys
(List<String> applicationKeys) Deprecated, do not use.builder()
protected boolean
This property is no longer available.displayName
(String displayName) This property is no longer available.The email address for the user.emailAddress
(String emailAddress) The email address for the user.boolean
int
hashCode()
key()
This property is no longer available.This property is no longer available.name()
This property is no longer available.This property is no longer available.password()
This property is no longer available.This property is no longer available.products()
Products the new user has access to.Products the new user has access to.self()
The URL of the user.The URL of the user.toString()
-
Felddetails
-
applicationKeys
Deprecated, do not use. -
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. -
emailAddress
The email address for the user. -
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. -
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. -
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. -
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. -
self
The URL of the user.
-
-
Konstruktordetails
-
NewUserDetails
Constructs a validated instance ofNewUserDetails
.- Parameter:
spec
- the specification to process
-
NewUserDetails
@Internal public NewUserDetails(List<String> applicationKeys, String displayName, String emailAddress, String key, String name, String password, Set<String> products, String self) Constructs a validated instance ofNewUserDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NewUserDetails(Consumer)
instead.- Parameter:
applicationKeys
- Deprecated, do not use.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.emailAddress
- The email address for the user.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.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.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.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.self
- The URL of the user.
-
NewUserDetails
protected NewUserDetails()
-
-
Methodendetails
-
builder
-
applicationKeys
Deprecated, do not use. -
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. -
emailAddress
The email address for the user. -
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. -
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. -
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. -
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. -
self
The URL of the user. -
applicationKeys
Deprecated, do not use.- Gibt zurück:
this
.
-
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
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
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
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-