Class CreatePersonsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation<PersonCreation>
ch.ethz.sis.openbis.generic.asapi.v3.dto.person.create.CreatePersonsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.person.create.CreatePersonsOperation")
public class CreatePersonsOperation
extends CreateObjectsOperation<PersonCreation>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreatePersonsOperation(PersonCreation... creations) CreatePersonsOperation(List<PersonCreation> creations) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation
getCreations, getMessage, toString
-
Constructor Details
-
CreatePersonsOperation
-
CreatePersonsOperation
-