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

      protected UserPropertyCreate()
  • Method Details