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
  • Felddetails

    • _16x16

      protected URI _16x16
      The URL of the item's 16x16 pixel avatar.
    • _24x24

      protected URI _24x24
      The URL of the item's 24x24 pixel avatar.
    • _32x32

      protected URI _32x32
      The URL of the item's 32x32 pixel avatar.
    • _48x48

      protected URI _48x48
      The URL of the item's 48x48 pixel avatar.
  • Konstruktordetails

    • ProjectAvatarUrls

      public ProjectAvatarUrls(Consumer<ProjectAvatarUrls> spec)
      Constructs a validated instance of ProjectAvatarUrls.
      Parameter:
      spec - the specification to process
    • ProjectAvatarUrls

      @Internal public ProjectAvatarUrls(URI _16x16, URI _24x24, URI _32x32, URI _48x48)
      Constructs a validated instance of ProjectAvatarUrls.

      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

      public URI _16x16()
      The URL of the item's 16x16 pixel avatar.
    • _24x24

      public URI _24x24()
      The URL of the item's 24x24 pixel avatar.
    • _32x32

      public URI _32x32()
      The URL of the item's 32x32 pixel avatar.
    • _48x48

      public URI _48x48()
      The URL of the item's 48x48 pixel avatar.
    • _16x16

      public ProjectAvatarUrls _16x16(URI _16x16)
      The URL of the item's 16x16 pixel avatar.
      Gibt zurück:
      this.
    • _24x24

      public ProjectAvatarUrls _24x24(URI _24x24)
      The URL of the item's 24x24 pixel avatar.
      Gibt zurück:
      this.
    • _32x32

      public ProjectAvatarUrls _32x32(URI _32x32)
      The URL of the item's 32x32 pixel avatar.
      Gibt zurück:
      this.
    • _48x48

      public ProjectAvatarUrls _48x48(URI _48x48)
      The URL of the item's 48x48 pixel avatar.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object