Class HistoryMetadataCause
java.lang.Object
io.github.primelib.jira4j.restv3.model.HistoryMetadataCause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class HistoryMetadataCause
extends Object
HistoryMetadataCause
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
HistoryMetadataCause
(String avatarUrl, String displayName, String displayNameKey, String id, String type, String url) Constructs a validated instance ofHistoryMetadataCause
.Constructs a validated instance ofHistoryMetadataCause
. -
Method Summary
Modifier and TypeMethodDescriptionThe 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.
-
Field Details
-
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.
-
-
Constructor Details
-
HistoryMetadataCause
Constructs a validated instance ofHistoryMetadataCause
.- Parameters:
spec
- the specification to process
-
HistoryMetadataCause
@Internal public HistoryMetadataCause(String avatarUrl, String displayName, String displayNameKey, String id, String type, String url) Constructs a validated instance ofHistoryMetadataCause
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
HistoryMetadataCause(Consumer)
instead.- Parameters:
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.
-
HistoryMetadataCause
protected HistoryMetadataCause()
-
-
Method Details
-
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.- 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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-