Class HistoryMetadataActor
java.lang.Object
io.github.primelib.jira4j.restv2.model.HistoryMetadataActor
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class HistoryMetadataActor
extends Object
HistoryMetadataActor
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHistoryMetadataActor(String avatarUrl, String displayName, String displayNameKey, String id, String type, String url) Constructs a validated instance ofHistoryMetadataActor.Constructs a validated instance ofHistoryMetadataActor. -
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 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.
-
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
-
HistoryMetadataActor
Constructs a validated instance ofHistoryMetadataActor.- Parameters:
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.- 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.
-
HistoryMetadataActor
protected HistoryMetadataActor()
-
-
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
-