Class ProjectIssueCreateMetadataAvatarUrls
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectIssueCreateMetadataAvatarUrls
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectIssueCreateMetadataAvatarUrls
extends Object
ProjectIssueCreateMetadataAvatarUrls
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectIssueCreateMetadataAvatarUrls
(URI _16x16, URI _24x24, URI _32x32, URI _48x48) Constructs a validated instance ofProjectIssueCreateMetadataAvatarUrls
.Constructs a validated instance ofProjectIssueCreateMetadataAvatarUrls
. -
Method Summary
Modifier and TypeMethodDescription_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()
-
Field Details
-
_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.
-
-
Constructor Details
-
ProjectIssueCreateMetadataAvatarUrls
Constructs a validated instance ofProjectIssueCreateMetadataAvatarUrls
.- Parameters:
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.- Parameters:
_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()
-
-
Method Details
-
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.- Returns:
this
.
-
_24x24
The URL of the item's 24x24 pixel avatar.- Returns:
this
.
-
_32x32
The URL of the item's 32x32 pixel avatar.- Returns:
this
.
-
_48x48
The URL of the item's 48x48 pixel avatar.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-