java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.Icon

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Icon extends Object
Icon
  • Felddetails

    • path

      protected String path
    • width

      protected Integer width
    • height

      protected Integer height
    • isDefault

      protected Boolean isDefault
  • Konstruktordetails

    • Icon

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

      @Internal public Icon(String path, Integer width, Integer height, Boolean isDefault)
      Constructs a validated instance of Icon.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Icon(Consumer) instead.

      Parameter:
      path - path
      width - width
      height - height
      isDefault - isDefault
    • Icon

      protected Icon()
  • Methodendetails

    • builder

      public static Icon.IconBuilder builder()
    • path

      public String path()
    • width

      public Integer width()
    • height

      public Integer height()
    • isDefault

      public Boolean isDefault()
    • path

      public Icon path(String path)
      Gibt zurück:
      this.
    • width

      public Icon width(Integer width)
      Gibt zurück:
      this.
    • height

      public Icon height(Integer height)
      Gibt zurück:
      this.
    • isDefault

      public Icon isDefault(Boolean isDefault)
      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