Class UserPropertyUpdate

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

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

    • value

      protected Map<String,Object> value
      The value of the user property.
  • Constructor Details

    • UserPropertyUpdate

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

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

      @Internal public UserPropertyUpdate(Map<String,Object> value)
      Constructs a validated instance of UserPropertyUpdate.

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

      Parameters:
      value - The value of the user property.
  • Method Details

    • value

      public Map<String,Object> value()
      Fluent getter for value.

      The value of the user property.

      Returns:
      value
    • value

      public UserPropertyUpdate value(Map<String,Object> value)
      Fluent setter for value.

      The value of the user property.

      Parameters:
      value - value
      Returns:
      this
    • getValue

      public Map<String,Object> getValue()
      Gets the value of value.

      The value of the user property.

      Returns:
      value
    • setValue

      public void setValue(Map<String,Object> value)
      Sets the value of value.

      The value of the user property.

      Parameters:
      value - value
    • 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