Class RoleActor.RoleActorBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.RoleActor.RoleActorBuilder
- Enclosing class:
- RoleActor
-
Method Summary
Modifier and TypeMethodDescriptionactorGroup
(ProjectRoleGroup actorGroup) actorUser
(ProjectRoleUser actorUser) The avatar of the role actor.build()
displayName
(String displayName) The display name of the role actor.The ID of the role actor.This property is no longer available and will be removed from the documentation soon.toString()
type
(RoleActor.TypeEnum type) The type of role actor.
-
Method Details
-
actorGroup
- Returns:
this
.
-
actorUser
- Returns:
this
.
-
avatarUrl
The avatar of the role actor.- Returns:
this
.
-
displayName
The display name of the role actor. For users, depending on the user’s privacy setting, this may return an alternative value for the user's name.- Returns:
this
.
-
id
The ID of the role actor.- 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
.
-
type
The type of role actor.- Returns:
this
.
-
build
-
toString
-