public class Watch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Watch |
ALL |
static Watch |
COMMIT |
static Watch |
EDIT |
static Watch |
NONE |
static Watch |
UNEDIT |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getArguments() |
static java.lang.String |
getWatchString(Watch watch)
Returns the temporary watch value used in the Notify request.
|
java.lang.String |
toString() |
public static final Watch EDIT
public static final Watch UNEDIT
public static final Watch COMMIT
public static final Watch ALL
public static final Watch NONE
public static java.lang.String getWatchString(Watch watch)
public java.lang.String[] getArguments()
public java.lang.String toString()
toString
in class java.lang.Object