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

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

    • type

      protected String type
    • watcher

      protected WatchUser watcher
    • contentId

      protected Long contentId
  • Konstruktordetails

    • Watch

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

      @Internal public Watch(String type, WatchUser watcher, Long contentId)
      Constructs a validated instance of Watch.

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

      Parameter:
      type - type
      watcher - watcher
      contentId - contentId
    • Watch

      protected Watch()
  • Methodendetails

    • builder

      public static Watch.WatchBuilder builder()
    • type

      public String type()
    • watcher

      public WatchUser watcher()
    • contentId

      public Long contentId()
    • type

      public Watch type(String type)
      Gibt zurück:
      this.
    • watcher

      public Watch watcher(WatchUser watcher)
      Gibt zurück:
      this.
    • contentId

      public Watch contentId(Long contentId)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object