public static class UpdateParticipantGroupCommand.UpdatedParticipantGroup extends ParticipantGroup
| Constructor and Description |
|---|
UpdateParticipantGroupCommand.UpdatedParticipantGroup() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getDeleteParticipantIds() |
java.util.Set<java.lang.String> |
getEnsureParticipantIds() |
void |
setDeleteParticipantIds(java.util.Set<java.lang.String> deleteParticipantIds) |
void |
setEnsureParticipantIds(java.util.Set<java.lang.String> ensureParticipantIds) |
getDescription, getLabel, getParticipantIds, getRowId, setDescription, setLabel, setParticipantIds, setRowIdpublic UpdateParticipantGroupCommand.UpdatedParticipantGroup()
public java.util.Set<java.lang.String> getEnsureParticipantIds()
public void setEnsureParticipantIds(java.util.Set<java.lang.String> ensureParticipantIds)
ensureParticipantIds - the set of participants that should be added to the group if they are not already memberspublic java.util.Set<java.lang.String> getDeleteParticipantIds()
public void setDeleteParticipantIds(java.util.Set<java.lang.String> deleteParticipantIds)
deleteParticipantIds - the set of participants that should be removed from the group if they are currently members