java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.SpaceWatch

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SpaceWatch extends Object
SpaceWatch
  • Felddetails

    • type

      protected String type
    • watcher

      protected WatchUser watcher
    • spaceKey

      protected String spaceKey
    • labelName

      protected String labelName
    • prefix

      protected String prefix
  • Konstruktordetails

    • SpaceWatch

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

      @Internal public SpaceWatch(String type, WatchUser watcher, String spaceKey, String labelName, String prefix)
      Constructs a validated instance of SpaceWatch.

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

      Parameter:
      type - type
      watcher - watcher
      spaceKey - spaceKey
      labelName - labelName
      prefix - prefix
    • SpaceWatch

      protected SpaceWatch()
  • Methodendetails