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