This commit is contained in:
parent
fe48cac2c0
commit
bdf0c56990
|
@ -28,6 +28,11 @@ public abstract class WorkspaceEvent {
|
|||
@JsonProperty("idsToNotify")
|
||||
@NotNull(message="recipients cannot be missing, use usernames or contexts")
|
||||
protected String[] idsToNotify;
|
||||
|
||||
/**
|
||||
* optional, set to true if the idsToNotify are contexts, default is false
|
||||
*/
|
||||
@JsonProperty("idsAsGroup")
|
||||
protected boolean idsAsGroup = false;
|
||||
|
||||
WorkspaceEvent(WorkspaceEventType TYPE) {
|
||||
|
|
Loading…
Reference in New Issue