Class UserWatch
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UserWatch
UserWatch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of watching.inthashCode()voidsetWatching(Boolean watching) Sets the value of watching.toString()watching()Fluent getter for watching.Fluent setter for watching.
-
Field Details
-
watching
-
-
Constructor Details
-
UserWatch
-
UserWatch
@Internal protected UserWatch()Protected no-args constructor for use by serialization frameworks. -
UserWatch
Constructs a validated instance ofUserWatch.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UserWatch(Consumer)instead.- Parameters:
watching- watching
-
-
Method Details
-
watching
-
watching
-
getWatching
-
setWatching
Sets the value of watching.- Parameters:
watching- watching
-
equals
-
hashCode
-
toString
-