This commit is contained in:
parent
5225eb2ce5
commit
65365e8569
|
@ -1,6 +1,7 @@
|
||||||
package org.gcube.social_networking.socialnetworking.model.beans.workspace;
|
package org.gcube.social_networking.socialnetworking.model.beans.workspace;
|
||||||
|
|
||||||
import javax.validation.constraints.NotNull;
|
import javax.validation.constraints.NotNull;
|
||||||
|
import javax.ws.rs.DefaultValue;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
@ -33,6 +34,7 @@ public abstract class WorkspaceEvent {
|
||||||
* @documentationExample false, optionl field, set to true if the idsToNotify are contexts, default is false
|
* @documentationExample false, optionl field, set to true if the idsToNotify are contexts, default is false
|
||||||
*/
|
*/
|
||||||
@JsonProperty("idsAsGroup")
|
@JsonProperty("idsAsGroup")
|
||||||
|
@DefaultValue("false")
|
||||||
protected boolean idsAsGroup = false;
|
protected boolean idsAsGroup = false;
|
||||||
|
|
||||||
WorkspaceEvent(WorkspaceEventType TYPE) {
|
WorkspaceEvent(WorkspaceEventType TYPE) {
|
||||||
|
|
Loading…
Reference in New Issue