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