Class ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder
- Enclosing class:
- ComponentWithIssueCountAssignee
public static class ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionThe 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()
-
Method Details
-
accountId
public ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder accountId(String accountId) The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.- Returns:
this
.
-
accountType
public ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder accountType(ComponentWithIssueCountAssignee.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- Returns:
this
.
-
active
public ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder active(Boolean active) Whether the user is active.- Returns:
this
.
-
applicationRoles
public ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder applicationRoles(UserApplicationRoles applicationRoles) - Returns:
this
.
-
avatarUrls
public ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder avatarUrls(UserAvatarUrls avatarUrls) - Returns:
this
.
-
displayName
public ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder displayName(String displayName) The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.- Returns:
this
.
-
emailAddress
public ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder emailAddress(String emailAddress) The email address of the user. Depending on the user’s privacy setting, this may be returned as null.- Returns:
this
.
-
expand
Expand options that include additional user details in the response.- Returns:
this
.
-
groups
public ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder groups(UserGroups groups) - Returns:
this
.
-
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
.
-
locale
The locale of the user. Depending on the user’s privacy setting, this may be returned as null.- Returns:
this
.
-
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.- Returns:
this
.
-
self
The URL of the user.- Returns:
this
.
-
timeZone
public ComponentWithIssueCountAssignee.ComponentWithIssueCountAssigneeBuilder 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.- Returns:
this
.
-
build
-
toString
-