Klasse ProjectIssueCreateMetadataAvatarUrls
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectIssueCreateMetadataAvatarUrls
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectIssueCreateMetadataAvatarUrls
extends Object
ProjectIssueCreateMetadataAvatarUrls
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ProjectIssueCreateMetadataAvatarUrls
(URI _16x16, URI _24x24, URI _32x32, URI _48x48) Constructs a validated instance ofProjectIssueCreateMetadataAvatarUrls
.Constructs a validated instance ofProjectIssueCreateMetadataAvatarUrls
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_16x16()
The URL of the item's 16x16 pixel avatar.The URL of the item's 16x16 pixel avatar._24x24()
The URL of the item's 24x24 pixel avatar.The URL of the item's 24x24 pixel avatar._32x32()
The URL of the item's 32x32 pixel avatar.The URL of the item's 32x32 pixel avatar._48x48()
The URL of the item's 48x48 pixel avatar.The URL of the item's 48x48 pixel avatar.builder()
protected boolean
boolean
int
hashCode()
toString()
-
Felddetails
-
_16x16
The URL of the item's 16x16 pixel avatar. -
_24x24
The URL of the item's 24x24 pixel avatar. -
_32x32
The URL of the item's 32x32 pixel avatar. -
_48x48
The URL of the item's 48x48 pixel avatar.
-
-
Konstruktordetails
-
ProjectIssueCreateMetadataAvatarUrls
Constructs a validated instance ofProjectIssueCreateMetadataAvatarUrls
.- Parameter:
spec
- the specification to process
-
ProjectIssueCreateMetadataAvatarUrls
@Internal public ProjectIssueCreateMetadataAvatarUrls(URI _16x16, URI _24x24, URI _32x32, URI _48x48) Constructs a validated instance ofProjectIssueCreateMetadataAvatarUrls
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectIssueCreateMetadataAvatarUrls(Consumer)
instead.- Parameter:
_16x16
- The URL of the item's 16x16 pixel avatar._24x24
- The URL of the item's 24x24 pixel avatar._32x32
- The URL of the item's 32x32 pixel avatar._48x48
- The URL of the item's 48x48 pixel avatar.
-
ProjectIssueCreateMetadataAvatarUrls
protected ProjectIssueCreateMetadataAvatarUrls()
-
-
Methodendetails
-
builder
public static ProjectIssueCreateMetadataAvatarUrls.ProjectIssueCreateMetadataAvatarUrlsBuilder builder() -
_16x16
The URL of the item's 16x16 pixel avatar. -
_24x24
The URL of the item's 24x24 pixel avatar. -
_32x32
The URL of the item's 32x32 pixel avatar. -
_48x48
The URL of the item's 48x48 pixel avatar. -
_16x16
The URL of the item's 16x16 pixel avatar.- Gibt zurück:
this
.
-
_24x24
The URL of the item's 24x24 pixel avatar.- Gibt zurück:
this
.
-
_32x32
The URL of the item's 32x32 pixel avatar.- Gibt zurück:
this
.
-
_48x48
The URL of the item's 48x48 pixel avatar.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-