Class Uris

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

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

  • Constructor Details

    • Uris

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

      @Internal protected Uris()
      Protected no-args constructor for use by serialization frameworks.
    • Uris

      @Internal public Uris(Object all, Object css, Object js)
      Constructs a validated instance of Uris.

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

      Parameters:
      all - all
      css - css
      js - js
  • Method Details

    • all

      public Object all()
      Fluent getter for all.
      Returns:
      all
    • all

      public Uris all(Object all)
      Fluent setter for all.
      Parameters:
      all - all
      Returns:
      this
    • getAll

      public Object getAll()
      Gets the value of all.
      Returns:
      all
    • setAll

      public void setAll(Object all)
      Sets the value of all.
      Parameters:
      all - all
    • css

      public Object css()
      Fluent getter for css.
      Returns:
      css
    • css

      public Uris css(Object css)
      Fluent setter for css.
      Parameters:
      css - css
      Returns:
      this
    • getCss

      public Object getCss()
      Gets the value of css.
      Returns:
      css
    • setCss

      public void setCss(Object css)
      Sets the value of css.
      Parameters:
      css - css
    • js

      public Object js()
      Fluent getter for js.
      Returns:
      js
    • js

      public Uris js(Object js)
      Fluent setter for js.
      Parameters:
      js - js
      Returns:
      this
    • getJs

      public Object getJs()
      Gets the value of js.
      Returns:
      js
    • setJs

      public void setJs(Object js)
      Sets the value of js.
      Parameters:
      js - js
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object