Klasse ProjectAvatarUrls
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectAvatarUrls
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectAvatarUrls
extends Object
ProjectAvatarUrls
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ProjectAvatarUrls
(URI _16x16, URI _24x24, URI _32x32, URI _48x48) Constructs a validated instance ofProjectAvatarUrls
.Constructs a validated instance ofProjectAvatarUrls
. -
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
-
ProjectAvatarUrls
Constructs a validated instance ofProjectAvatarUrls
.- Parameter:
spec
- the specification to process
-
ProjectAvatarUrls
Constructs a validated instance ofProjectAvatarUrls
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectAvatarUrls(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.
-
ProjectAvatarUrls
protected ProjectAvatarUrls()
-
-
Methodendetails
-
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
-