Known Direct Subclasses
|
Class Overview
A base class for request objects used to interact with the WatcherService
when referring to a specific
watcher
.
Summary
Nested Classes |
class |
AbstractWatcherRequest.AbstractBuilder<B, R> |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Protected Constructors
Public Methods
@Nonnull
public
Optional<ApplicationUser>
getUser
()
If provided, determines which user is the subject of this request
Returns
- the user whose watch status is to be updated.