java.lang.Object
com.atlassian.confluence.api.model.web.Icon

public class Icon extends Object
Represents an image with fixed dimensions, often for a Person or Space.
Since:
5.0
  • Constructor Details

    • Icon

      public Icon(String path, int width, int height, boolean isDefault)
    • Icon

      public Icon(Icon.Builder builder)
  • Method Details

    • getPath

      public String getPath()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getIsDefault

      public boolean getIsDefault()
    • builder

      public static Icon.Builder builder()