Klasse HistoryMetadataActor
java.lang.Object
io.github.primelib.jira4j.restv3.model.HistoryMetadataActor
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class HistoryMetadataActor
extends Object
HistoryMetadataActor
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The URL to an avatar for the user or system associated with a history record.protected String
The display name of the user or system associated with a history record.protected String
The key of the display name of the user or system associated with a history record.protected String
The ID of the user or system associated with a history record.protected String
The type of the user or system associated with a history record.protected String
The URL of the user or system associated with a history record. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
HistoryMetadataActor
(String avatarUrl, String displayName, String displayNameKey, String id, String type, String url) Constructs a validated instance ofHistoryMetadataActor
.Constructs a validated instance ofHistoryMetadataActor
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe URL to an avatar for the user or system associated with a history record.The URL to an avatar for the user or system associated with a history record.builder()
protected boolean
The display name of the user or system associated with a history record.displayName
(String displayName) The display name of the user or system associated with a history record.The key of the display name of the user or system associated with a history record.displayNameKey
(String displayNameKey) The key of the display name of the user or system associated with a history record.boolean
int
hashCode()
id()
The ID of the user or system associated with a history record.The ID of the user or system associated with a history record.toString()
type()
The type of the user or system associated with a history record.The type of the user or system associated with a history record.url()
The URL of the user or system associated with a history record.The URL of the user or system associated with a history record.
-
Felddetails
-
avatarUrl
The URL to an avatar for the user or system associated with a history record. -
displayName
The display name of the user or system associated with a history record. -
displayNameKey
The key of the display name of the user or system associated with a history record. -
id
The ID of the user or system associated with a history record. -
type
The type of the user or system associated with a history record. -
url
The URL of the user or system associated with a history record.
-
-
Konstruktordetails
-
HistoryMetadataActor
Constructs a validated instance ofHistoryMetadataActor
.- Parameter:
spec
- the specification to process
-
HistoryMetadataActor
@Internal public HistoryMetadataActor(String avatarUrl, String displayName, String displayNameKey, String id, String type, String url) Constructs a validated instance ofHistoryMetadataActor
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
HistoryMetadataActor(Consumer)
instead.- Parameter:
avatarUrl
- The URL to an avatar for the user or system associated with a history record.displayName
- The display name of the user or system associated with a history record.displayNameKey
- The key of the display name of the user or system associated with a history record.id
- The ID of the user or system associated with a history record.type
- The type of the user or system associated with a history record.url
- The URL of the user or system associated with a history record.
-
HistoryMetadataActor
protected HistoryMetadataActor()
-
-
Methodendetails
-
builder
-
avatarUrl
The URL to an avatar for the user or system associated with a history record. -
displayName
The display name of the user or system associated with a history record. -
displayNameKey
The key of the display name of the user or system associated with a history record. -
id
The ID of the user or system associated with a history record. -
type
The type of the user or system associated with a history record. -
url
The URL of the user or system associated with a history record. -
avatarUrl
The URL to an avatar for the user or system associated with a history record.- Gibt zurück:
this
.
-
displayName
The display name of the user or system associated with a history record.- Gibt zurück:
this
.
-
displayNameKey
The key of the display name of the user or system associated with a history record.- Gibt zurück:
this
.
-
id
The ID of the user or system associated with a history record.- Gibt zurück:
this
.
-
type
The type of the user or system associated with a history record.- Gibt zurück:
this
.
-
url
The URL of the user or system associated with a history record.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-