Class UpdatePersonsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.UpdateObjectsOperation<PersonUpdate>
ch.ethz.sis.openbis.generic.asapi.v3.dto.person.update.UpdatePersonsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.person.update.UpdatePersonsOperation")
public class UpdatePersonsOperation
extends UpdateObjectsOperation<PersonUpdate>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdatePersonsOperation(PersonUpdate... updates) UpdatePersonsOperation(List<PersonUpdate> updates) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.UpdateObjectsOperation
getMessage, getUpdates, toString
-
Constructor Details
-
UpdatePersonsOperation
-
UpdatePersonsOperation
-