Class SpaceWatch
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpaceWatch
SpaceWatch
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofSpaceWatch.SpaceWatch(Consumer<SpaceWatch> spec) Constructs a validated instance ofSpaceWatch. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()prefix()spaceKey()toString()type()watcher()This essentially the same as the `User` object, but no `_links` property and no `_expandable` property (therefore, different required fields).This essentially the same as the `User` object, but no `_links` property and no `_expandable` property (therefore, different required fields).
-
Field Details
-
type
-
watcher
This essentially the same as the `User` object, but no `_links` property and no `_expandable` property (therefore, different required fields). -
spaceKey
-
labelName
-
prefix
-
-
Constructor Details
-
SpaceWatch
Constructs a validated instance ofSpaceWatch.- Parameters:
spec- the specification to process
-
SpaceWatch
@Internal public SpaceWatch(String type, WatchUser watcher, String spaceKey, String labelName, String prefix) Constructs a validated instance ofSpaceWatch.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpaceWatch(Consumer)instead.- Parameters:
type- typewatcher- This essentially the same as the `User` object, but no `_links` property and no `_expandable` property (therefore, different required fields).spaceKey- spaceKeylabelName- labelNameprefix- prefix
-
SpaceWatch
protected SpaceWatch()
-
-
Method Details
-
type
-
watcher
This essentially the same as the `User` object, but no `_links` property and no `_expandable` property (therefore, different required fields). -
spaceKey
-
labelName
-
prefix
-
type
- Returns:
this.
-
watcher
This essentially the same as the `User` object, but no `_links` property and no `_expandable` property (therefore, different required fields).- Returns:
this.
-
spaceKey
- Returns:
this.
-
labelName
- Returns:
this.
-
prefix
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-