Class DeleteVocabulariesOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.delete.DeleteObjectsOperation<IVocabularyId,VocabularyDeletionOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.delete.DeleteVocabulariesOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.vocabulary.delete.DeleteVocabulariesOperation")
public class DeleteVocabulariesOperation
extends DeleteObjectsOperation<IVocabularyId,VocabularyDeletionOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteVocabulariesOperation(List<? extends IVocabularyId> objectIds, VocabularyDeletionOptions options) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.delete.DeleteObjectsOperation
getMessage, getObjectIds, getOptions, toString
-
Constructor Details
-
DeleteVocabulariesOperation
public DeleteVocabulariesOperation(List<? extends IVocabularyId> objectIds, VocabularyDeletionOptions options)
-