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 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.
    • UserPropertyUpdate

      protected UserPropertyUpdate()
  • Method Details