Klasse HistoryMetadataParticipant
java.lang.Object
io.github.primelib.jira4j.restv2.model.HistoryMetadataParticipant
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class HistoryMetadataParticipant
extends Object
HistoryMetadataParticipant
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe URL to an avatar for the user or system associated with a history record.protected StringThe display name of the user or system associated with a history record.protected StringThe key of the display name of the user or system associated with a history record.protected StringThe ID of the user or system associated with a history record.protected StringThe type of the user or system associated with a history record.protected StringThe URL of the user or system associated with a history record. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedHistoryMetadataParticipant(String avatarUrl, String displayName, String displayNameKey, String id, String type, String url) Constructs a validated instance ofHistoryMetadataParticipant.Constructs a validated instance ofHistoryMetadataParticipant. -
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 booleanThe 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.booleaninthashCode()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
-
HistoryMetadataParticipant
Constructs a validated instance ofHistoryMetadataParticipant.- Parameter:
spec- the specification to process
-
HistoryMetadataParticipant
@Internal public HistoryMetadataParticipant(String avatarUrl, String displayName, String displayNameKey, String id, String type, String url) Constructs a validated instance ofHistoryMetadataParticipant.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
HistoryMetadataParticipant(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.
-
HistoryMetadataParticipant
protected HistoryMetadataParticipant()
-
-
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
-