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 Details

    • UpdatePersonsOperation

      public UpdatePersonsOperation(PersonUpdate... updates)
    • UpdatePersonsOperation

      public UpdatePersonsOperation(List<PersonUpdate> updates)