Class Avatar.AvatarBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.Avatar.AvatarBuilder
- Enclosing class:
- Avatar
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The file name of the avatar icon.The ID of the avatar.isDeletable(Boolean isDeletable) Whether the avatar can be deleted.isSelected(Boolean isSelected) Whether the avatar is used in Jira.isSystemAvatar(Boolean isSystemAvatar) Whether the avatar is a system avatar.The owner of the avatar.toString()The list of avatar icon URLs.
-
Method Details
-
fileName
The file name of the avatar icon. Returned for system avatars.- Returns:
this.
-
id
The ID of the avatar.- Returns:
this.
-
isDeletable
Whether the avatar can be deleted.- Returns:
this.
-
isSelected
Whether the avatar is used in Jira. For example, shown as a project's avatar.- Returns:
this.
-
isSystemAvatar
Whether the avatar is a system avatar.- Returns:
this.
-
owner
The owner of the avatar. For a system avatar the owner is null (and nothing is returned). For non-system avatars this is the appropriate identifier, such as the ID for a project or the account ID for a user.- Returns:
this.
-
urls
The list of avatar icon URLs.- Returns:
this.
-
build
-
toString
-