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