Klasse ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder
- Umschließende Klasse:
ComponentWithIssueCountRealAssignee
public static class ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe account ID of the user, which uniquely identifies the user across all Atlassian products.The user account type.Whether the user is active.applicationRoles
(UserApplicationRoles applicationRoles) avatarUrls
(UserAvatarUrls avatarUrls) build()
displayName
(String displayName) The display name of the user.emailAddress
(String emailAddress) The email address of the user.Expand options that include additional user details in the response.groups
(UserGroups groups) This property is no longer available and will be removed from the documentation soon.The locale of the user.This property is no longer available and will be removed from the documentation soon.The URL of the user.The time zone specified in the user's profile.toString()
-
Methodendetails
-
accountId
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder accountId(String accountId) The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.- Gibt zurück:
this
.
-
accountType
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder accountType(ComponentWithIssueCountRealAssignee.AccountTypeEnum accountType) The user account type. Can take the following values: *atlassian
regular Atlassian user account *app
system account used for Connect applications and OAuth to represent external systems *customer
Jira Service Desk account representing an external service desk- Gibt zurück:
this
.
-
active
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder active(Boolean active) Whether the user is active.- Gibt zurück:
this
.
-
applicationRoles
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder applicationRoles(UserApplicationRoles applicationRoles) - Gibt zurück:
this
.
-
avatarUrls
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder avatarUrls(UserAvatarUrls avatarUrls) - Gibt zurück:
this
.
-
displayName
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder displayName(String displayName) The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.- Gibt zurück:
this
.
-
emailAddress
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder emailAddress(String emailAddress) The email address of the user. Depending on the user’s privacy setting, this may be returned as null.- Gibt zurück:
this
.
-
expand
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder expand(String expand) Expand options that include additional user details in the response.- Gibt zurück:
this
.
-
groups
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder groups(UserGroups groups) - Gibt zurück:
this
.
-
key
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder 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.- Gibt zurück:
this
.
-
locale
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder locale(String locale) The locale of the user. Depending on the user’s privacy setting, this may be returned as null.- Gibt zurück:
this
.
-
name
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder name(String 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
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder self(URI self) The URL of the user.- Gibt zurück:
this
.
-
timeZone
public ComponentWithIssueCountRealAssignee.ComponentWithIssueCountRealAssigneeBuilder timeZone(String timeZone) The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.- Gibt zurück:
this
.
-
build
-
toString
-