Class HistoryMetadataCause.HistoryMetadataCauseBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.HistoryMetadataCause.HistoryMetadataCauseBuilder
- Enclosing class:
- HistoryMetadataCause
-
Method Summary
Modifier and TypeMethodDescriptionThe URL to an avatar for the user or system associated with a history record.build()
displayName
(String displayName) 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.The ID of the user or system associated with a history record.toString()
The type of the user or system associated with a history record.The URL of the user or system associated with a history record.
-
Method Details
-
avatarUrl
The URL to an avatar for the user or system associated with a history record.- Returns:
this
.
-
displayName
The display name of the user or system associated with a history record.- Returns:
this
.
-
displayNameKey
The key of the display name of the user or system associated with a history record.- Returns:
this
.
-
id
The ID of the user or system associated with a history record.- Returns:
this
.
-
type
The type of the user or system associated with a history record.- Returns:
this
.
-
url
The URL of the user or system associated with a history record.- Returns:
this
.
-
build
-
toString
-