java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Theme

@Generated("io.github.primelib.primecodegen") public class Theme extends Object
Theme
  • Field Details

    • themeKey

      protected String themeKey
    • name

      protected String name
    • description

      protected String description
    • icon

      protected Icon icon
      This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
  • Constructor Details

    • Theme

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

      @Internal public Theme(String themeKey, String name, String description, Icon icon, Map<String,Object> Links)
      Constructs a validated instance of Theme.

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

      Parameters:
      themeKey - themeKey
      name - name
      description - description
      icon - This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
      Links - Links
    • Theme

      protected Theme()
  • Method Details

    • themeKey

      public String themeKey()
    • name

      public String name()
    • description

      public String description()
    • icon

      public Icon icon()
      This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
    • Links

      public Map<String,Object> Links()
    • themeKey

      public Theme themeKey(String themeKey)
      Returns:
      this.
    • name

      public Theme name(String name)
      Returns:
      this.
    • description

      public Theme description(String description)
      Returns:
      this.
    • icon

      public Theme icon(Icon icon)
      This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
      Returns:
      this.
    • Links

      public Theme Links(Map<String,Object> Links)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object