Class UpdateParticipantGroupCommand.UpdatedParticipantGroup
java.lang.Object
org.labkey.remoteapi.study.ParticipantGroup
org.labkey.remoteapi.study.UpdateParticipantGroupCommand.UpdatedParticipantGroup
- Enclosing class:
UpdateParticipantGroupCommand
Special subclass that allows specifying just participants that should be added
or removed, without needing to specify the full set of participants.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeleteParticipantIds(Set<String> deleteParticipantIds) voidsetEnsureParticipantIds(Set<String> ensureParticipantIds) Methods inherited from class ParticipantGroup
getDescription, getLabel, getParticipantIds, getRowId, setDescription, setLabel, setParticipantIds, setRowId
-
Constructor Details
-
UpdatedParticipantGroup
public UpdatedParticipantGroup()
-
-
Method Details
-
getEnsureParticipantIds
-
setEnsureParticipantIds
-
getDeleteParticipantIds
-
setDeleteParticipantIds
-