Class UserPropertyCreate

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

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

    • value

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

    • UserPropertyCreate

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

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using UserPropertyCreate(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 UserPropertyCreate 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