Interface UnresolvePayload.Action
-
- Enclosing class:
- UnresolvePayload
public static interface UnresolvePayload.Action
action to perform on the case.
-
-
Field Detail
-
RESOLVE
static final java.lang.String RESOLVE
resolve.- See Also:
- Constant Field Values
-
UNRESOLVE
static final java.lang.String UNRESOLVE
unresolve.- See Also:
- Constant Field Values
-
ACCEPT
static final java.lang.String ACCEPT
accept.- See Also:
- Constant Field Values
-
-