Klasse Avatar
java.lang.Object
io.github.primelib.jira4j.restv2.model.Avatar
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Avatar
extends Object
Avatar
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The file name of the avatar icon.protected String
The ID of the avatar.protected Boolean
Whether the avatar can be deleted.protected Boolean
Whether the avatar is used in Jira.protected Boolean
Whether the avatar is a system avatar.protected String
The owner of the avatar.The list of avatar icon URLs. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Avatar.AvatarBuilder
builder()
protected boolean
boolean
fileName()
The file name of the avatar icon.The file name of the avatar icon.int
hashCode()
id()
The ID of the avatar.The ID of the avatar.Whether the avatar can be deleted.isDeletable
(Boolean isDeletable) Whether the avatar can be deleted.Whether the avatar is used in Jira.isSelected
(Boolean isSelected) Whether the avatar is used in Jira.Whether the avatar is a system avatar.isSystemAvatar
(Boolean isSystemAvatar) Whether the avatar is a system avatar.owner()
The owner of the avatar.The owner of the avatar.toString()
urls()
The list of avatar icon URLs.The list of avatar icon URLs.
-
Felddetails
-
fileName
The file name of the avatar icon. Returned for system avatars. -
id
The ID of the avatar. -
isDeletable
Whether the avatar can be deleted. -
isSelected
Whether the avatar is used in Jira. For example, shown as a project's avatar. -
isSystemAvatar
Whether the avatar is a system avatar. -
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. -
urls
The list of avatar icon URLs.
-
-
Konstruktordetails
-
Avatar
Constructs a validated instance ofAvatar
.- Parameter:
spec
- the specification to process
-
Avatar
@Internal public Avatar(String fileName, String id, Boolean isDeletable, Boolean isSelected, Boolean isSystemAvatar, String owner, Map<String, URI> urls) Constructs a validated instance ofAvatar
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Avatar(Consumer)
instead.- Parameter:
fileName
- The file name of the avatar icon. Returned for system avatars.id
- The ID of the avatar.isDeletable
- Whether the avatar can be deleted.isSelected
- Whether the avatar is used in Jira. For example, shown as a project's avatar.isSystemAvatar
- Whether the avatar is a system avatar.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.urls
- The list of avatar icon URLs.
-
Avatar
protected Avatar()
-
-
Methodendetails
-
builder
-
fileName
The file name of the avatar icon. Returned for system avatars. -
id
The ID of the avatar. -
isDeletable
Whether the avatar can be deleted. -
isSelected
Whether the avatar is used in Jira. For example, shown as a project's avatar. -
isSystemAvatar
Whether the avatar is a system avatar. -
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. -
urls
The list of avatar icon URLs. -
fileName
The file name of the avatar icon. Returned for system avatars.- Gibt zurück:
this
.
-
id
The ID of the avatar.- Gibt zurück:
this
.
-
isDeletable
Whether the avatar can be deleted.- Gibt zurück:
this
.
-
isSelected
Whether the avatar is used in Jira. For example, shown as a project's avatar.- Gibt zurück:
this
.
-
isSystemAvatar
Whether the avatar is a system avatar.- Gibt zurück:
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.- Gibt zurück:
this
.
-
urls
The list of avatar icon URLs.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-