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

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

  • Konstruktordetails

    • Theme

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

      @Internal public Theme(String themeKey, String name, String description, Icon icon, Map<String,String> _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.

      Parameter:
      themeKey - themeKey
      name - name
      description - description
      icon - icon
      _links - _links
    • Theme

      protected Theme()
  • Methodendetails

    • builder

      public static Theme.ThemeBuilder builder()
    • themeKey

      public String themeKey()
    • name

      public String name()
    • description

      public String description()
    • icon

      public Icon icon()
    • _links

      public Map<String,String> _links()
    • themeKey

      public Theme themeKey(String themeKey)
      Gibt zurück:
      this.
    • name

      public Theme name(String name)
      Gibt zurück:
      this.
    • description

      public Theme description(String description)
      Gibt zurück:
      this.
    • icon

      public Theme icon(Icon icon)
      Gibt zurück:
      this.
    • _links

      public Theme _links(Map<String,String> _links)
      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