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

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

    • watching

      protected Boolean watching
  • Constructor Details

    • UserWatch

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

      @Internal public UserWatch(Boolean watching)
      Constructs a validated instance of UserWatch.

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

      Parameters:
      watching - watching
    • UserWatch

      protected UserWatch()
  • Method Details