Klasse SharePermissionUser
java.lang.Object
io.github.primelib.jira4j.restv3.model.SharePermissionUser
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SharePermissionUser
extends Object
SharePermissionUser
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The account ID of the user, which uniquely identifies the user across all Atlassian products.protected Boolean
Whether the user is active.protected UserBeanAvatarUrls
protected String
The display name of the user.protected String
This property is deprecated in favor ofaccountId
because of privacy changes.protected String
This property is deprecated in favor ofaccountId
because of privacy changes.protected URI
The URL of the user. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SharePermissionUser
(String accountId, Boolean active, UserBeanAvatarUrls avatarUrls, String displayName, String key, String name, URI self) Constructs a validated instance ofSharePermissionUser
.Constructs a validated instance ofSharePermissionUser
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe account ID of the user, which uniquely identifies the user across all Atlassian products.The account ID of the user, which uniquely identifies the user across all Atlassian products.active()
Whether the user is active.Whether the user is active.avatarUrls
(UserBeanAvatarUrls avatarUrls) builder()
protected boolean
The display name of the user.displayName
(String displayName) The display name of the user.boolean
int
hashCode()
key()
This property is deprecated in favor ofaccountId
because of privacy changes.This property is deprecated in favor ofaccountId
because of privacy changes.name()
This property is deprecated in favor ofaccountId
because of privacy changes.This property is deprecated in favor ofaccountId
because of privacy changes.self()
The URL of the user.The URL of the user.toString()
-
Felddetails
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. -
active
Whether the user is active. -
avatarUrls
-
displayName
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value. -
key
This property is deprecated in favor ofaccountId
because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The key of the user. -
name
This property is deprecated in favor ofaccountId
because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The username of the user. -
self
The URL of the user.
-
-
Konstruktordetails
-
SharePermissionUser
Constructs a validated instance ofSharePermissionUser
.- Parameter:
spec
- the specification to process
-
SharePermissionUser
@Internal public SharePermissionUser(String accountId, Boolean active, UserBeanAvatarUrls avatarUrls, String displayName, String key, String name, URI self) Constructs a validated instance ofSharePermissionUser
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SharePermissionUser(Consumer)
instead.- Parameter:
accountId
- The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.active
- Whether the user is active.avatarUrls
- var.namedisplayName
- The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.key
- This property is deprecated in favor ofaccountId
because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The key of the user.name
- This property is deprecated in favor ofaccountId
because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The username of the user.self
- The URL of the user.
-
SharePermissionUser
protected SharePermissionUser()
-
-
Methodendetails
-
builder
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. -
active
Whether the user is active. -
avatarUrls
-
displayName
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value. -
key
This property is deprecated in favor ofaccountId
because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The key of the user. -
name
This property is deprecated in favor ofaccountId
because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The username of the user. -
self
The URL of the user. -
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Gibt zurück:
this
.
-
active
Whether the user is active.- Gibt zurück:
this
.
-
avatarUrls
- Gibt zurück:
this
.
-
displayName
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.- Gibt zurück:
this
.
-
key
This property is deprecated in favor ofaccountId
because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The key of the user.- Gibt zurück:
this
.
-
name
This property is deprecated in favor ofaccountId
because of privacy changes. See the [migration guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. The username of the user.- Gibt zurück:
this
.
-
self
The URL of the user.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-